r23308 - gnucash/trunk/src/gnome-utils - Set tab position when opening a new window

Geert Janssens gjanssens at code.gnucash.org
Tue Oct 22 05:49:11 EDT 2013


Author: gjanssens
Date: 2013-10-22 05:49:10 -0400 (Tue, 22 Oct 2013)
New Revision: 23308
Trac: http://svn.gnucash.org/trac/changeset/23308

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Set tab position when opening a new window

This code was unintentionally disabled in the preferences refactoring process

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-10-22 09:18:43 UTC (rev 23307)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2013-10-22 09:49:10 UTC (rev 23308)
@@ -3558,7 +3558,7 @@
                            GNC_PREF_TAB_POSITION_RIGHT,
                            gnc_main_window_update_tab_position,
                            window);
-    //gnc_main_window_update_tab_position(NULL, NULL, window);
+    gnc_main_window_update_tab_position(NULL, NULL, window);
 
     gnc_main_window_init_menu_updaters(window);
 



More information about the gnucash-changes mailing list