SF.net SVN: geany:[4140] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Sun Aug 30 12:09:54 UTC 2009
Revision: 4140
http://geany.svn.sourceforge.net/geany/?rev=4140&view=rev
Author: eht16
Date: 2009-08-30 12:09:54 +0000 (Sun, 30 Aug 2009)
Log Message:
-----------
Show the sidebar if either the documents or the symbols list are enabled (related to #1876107).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/prefs.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-08-29 19:06:19 UTC (rev 4139)
+++ trunk/ChangeLog 2009-08-30 12:09:54 UTC (rev 4140)
@@ -1,3 +1,10 @@
+2009-08-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
+
+ * src/prefs.c:
+ Show the sidebar if either the documents or the symbols list are
+ enabled (related to #1876107).
+
+
2009-08-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/build.c, src/filetypes.c:
Modified: trunk/src/prefs.c
===================================================================
--- trunk/src/prefs.c 2009-08-29 19:06:19 UTC (rev 4139)
+++ trunk/src/prefs.c 2009-08-30 12:09:54 UTC (rev 4140)
@@ -1104,6 +1104,8 @@
toolbar_apply_settings();
toolbar_update_ui();
toolbar_show_hide();
+ if (interface_prefs.sidebar_openfiles_visible || interface_prefs.sidebar_symbol_visible)
+ ui_prefs.sidebar_visible = TRUE;
ui_sidebar_show_hide();
gtk_notebook_set_show_tabs(GTK_NOTEBOOK(main_widgets.notebook), interface_prefs.show_notebook_tabs);
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