[Gnucash-changes] Turn off debugging.

David Hampton hampton at cvs.gnucash.org
Thu Jun 30 19:51:27 EDT 2005


Log Message:
-----------
Turn off debugging.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/gnome-utils:
        gnc-main-window.c

Revision Data
-------------
Index: gnc-main-window.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome-utils/Attic/gnc-main-window.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -Lsrc/gnome-utils/gnc-main-window.c -Lsrc/gnome-utils/gnc-main-window.c -u -r1.1.2.2 -r1.1.2.3
--- src/gnome-utils/gnc-main-window.c
+++ src/gnome-utils/gnc-main-window.c
@@ -60,7 +60,7 @@
 #define TOOLBAR_STYLE "/desktop/gnome/interface/toolbar_style"
 
 /** Static Globals *******************************************************/
-static short module = MOD_TEST;
+static short module = MOD_GUI;
 static GList *active_windows = NULL;
 
 /** Declarations *********************************************************/
@@ -1435,7 +1435,6 @@
 	gnc_plugin_update_actions(window->priv->action_group,
 				  immutable_page_actions,
 				  "sensitive", !immutable);
-	DEBUG("installed pages: %d", g_list_length(window->priv->installed_pages));
 	gnc_plugin_update_actions(window->priv->action_group,
 				  multiple_page_actions,
 				  "sensitive",


More information about the gnucash-changes mailing list