[Xfce4-commits] r23699 - xarchiver/branches/xarchiver-psybsd/src

Stephan Arts stephan at xfce.org
Sat Nov 4 20:39:21 CET 2006


Author: stephan
Date: 2006-11-04 19:39:20 +0000 (Sat, 04 Nov 2006)
New Revision: 23699

Modified:
   xarchiver/branches/xarchiver-psybsd/src/main_window.c
Log:
Changed debug output to something sane


Modified: xarchiver/branches/xarchiver-psybsd/src/main_window.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-11-04 19:36:36 UTC (rev 23698)
+++ xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-11-04 19:39:20 UTC (rev 23699)
@@ -452,7 +452,7 @@
 {
 	if(gtk_notebook_get_n_pages(GTK_NOTEBOOK(notebook)))
 	{
-		g_debug("Everything is ok, detected last page removal");
+		g_debug("Page switched");
 	}
 	else /* All pages are closed */
 	{



More information about the Xfce4-commits mailing list