[maemo-commits] [maemo-commits] r15295 - projects/haf/trunk/hildon-help/src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 18 13:45:10 EET 2008
Author: schulhof
Date: 2008-03-18 13:45:09 +0200 (Tue, 18 Mar 2008)
New Revision: 15295

Modified:
   projects/haf/trunk/hildon-help/src/osso-helplib.c
Log:
g_debug for every dialog help topic

Modified: projects/haf/trunk/hildon-help/src/osso-helplib.c
===================================================================
--- projects/haf/trunk/hildon-help/src/osso-helplib.c	2008-03-14 08:07:15 UTC (rev 15294)
+++ projects/haf/trunk/hildon-help/src/osso-helplib.c	2008-03-18 11:45:09 UTC (rev 15295)
@@ -870,6 +870,8 @@
         return FALSE;
     }
 
+    g_debug("hildon_help_dialog_help_enable: Setting help topic \"%s\"\n", topic);
+
     g_object_set_data_full(G_OBJECT(dialog), "help-topic", g_strdup(topic),
 		           g_free);
 


More information about the maemo-commits mailing list