SF.net SVN: geany:[3303] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Dec 1 15:01:55 UTC 2008


Revision: 3303
          http://geany.svn.sourceforge.net/geany/?rev=3303&view=rev
Author:   ntrel
Date:     2008-12-01 15:01:54 +0000 (Mon, 01 Dec 2008)

Log Message:
-----------
Read show_symbol_list_expanders hidden pref even when compiled
against GTK < 2.12.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/keyfile.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-01 14:54:47 UTC (rev 3302)
+++ trunk/ChangeLog	2008-12-01 15:01:54 UTC (rev 3303)
@@ -5,6 +5,9 @@
    xterm termcaps file and the GUI pref can be confusing.
  * src/stash.c, src/keyfile.c:
    Add G_TYPE_STRING setting support to Stash code, use in keyfile.c.
+ * src/keyfile.c:
+   Read show_symbol_list_expanders hidden pref even when compiled
+   against GTK < 2.12.
 
 
 2008-11-29  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/src/keyfile.c
===================================================================
--- trunk/src/keyfile.c	2008-12-01 14:54:47 UTC (rev 3302)
+++ trunk/src/keyfile.c	2008-12-01 15:01:54 UTC (rev 3303)
@@ -144,12 +144,9 @@
 		{G_TYPE_BOOLEAN, &editor_prefs.use_gtk_word_boundaries, "use_gtk_word_boundaries",
 			(gpointer)TRUE, NULL},
 		{G_TYPE_BOOLEAN, &editor_prefs.complete_snippets_whilst_editing, "complete_snippets_whilst_editing",
-			(gpointer)FALSE, NULL}
-#if GTK_CHECK_VERSION(2, 12, 0)
-		,
+			(gpointer)FALSE, NULL},
 		{G_TYPE_BOOLEAN, &interface_prefs.show_symbol_list_expanders, "show_symbol_list_expanders",
 			(gpointer)TRUE, NULL}
-#endif
 	};
 	GeanyPrefGroup groups[] =
 	{


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list