* src/gtk/prefswindow.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sat, 9 Aug 2003 19:22:32 +0000 (19:22 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sat, 9 Aug 2003 19:22:32 +0000 (19:22 +0000)
make it compile

ChangeLog.claws
configure.ac
src/gtk/prefswindow.c

index 7d70069edc052711b05c03a9a5b609517e31fb5a..174b4426d35ebc72c682eaf6336c734ce7fb8b9e 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-09 [alfons]    0.9.4claws14
+
+       * src/gtk/prefswindow.c
+               make it compile
+
 2003-08-09 [christoph] 0.9.4claws13
 
        * src/prefs_spelling.c
 2003-08-09 [christoph] 0.9.4claws13
 
        * src/prefs_spelling.c
index b87895cd684523850578ee1394b6f1577d44acdc..fb0c5d763586fb6b499bdfc98ce4e7a4e3ddb2f0 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=9
 MICRO_VERSION=4
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=4
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=13
+EXTRA_VERSION=14
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
 if test $EXTRA_VERSION -eq 0; then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
 else
index 8dd8f9a379d032064d6eb1ece119fb1dc6bcd3cb..13e706a5a5f2d3d43a1f6f353c488bade09ae68f 100644 (file)
@@ -194,8 +194,8 @@ static gboolean find_child_by_name(GtkCTree *ctree, GtkCTreeNode *node, struct n
 
 gint compare_func(GtkCList *clist, gconstpointer ptr1, gconstpointer ptr2)
 {
 
 gint compare_func(GtkCList *clist, gconstpointer ptr1, gconstpointer ptr2)
 {
-       PrefsTreeNode *prefsnode1 = ((GtkCListRow *)ptr1)->data;;
-       PrefsTreeNode *prefsnode2 = ((GtkCListRow *)ptr2)->data;;
+       PrefsTreeNode *prefsnode1 = ((GtkCListRow *)ptr1)->data;
+       PrefsTreeNode *prefsnode2 = ((GtkCListRow *)ptr2)->data;
 
        if (prefsnode1 == NULL || prefsnode2 == NULL)
                return 0;
 
        if (prefsnode1 == NULL || prefsnode2 == NULL)
                return 0;