diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:27:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:27:56 -0500 |
commit | 78344b94d6dc3fa7939dc5298af6851d67d06c5d (patch) | |
tree | 6e1edc0f53ca9f57068765499ab712ae1e41ce75 /tests/test-gtk-label-client.c | |
parent | dbb73479cfd68cfc0e61dd8d9d65f5356e698aef (diff) | |
parent | f4ff4261e9699cdbb9621a6250c4b29ec33d5622 (diff) | |
download | libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.gz libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.tar.bz2 libdbusmenu-78344b94d6dc3fa7939dc5298af6851d67d06c5d.zip |
* New upstream release.
* Increase layout XML size
* Display an event for the status of the signal to the server
Diffstat (limited to 'tests/test-gtk-label-client.c')
-rw-r--r-- | tests/test-gtk-label-client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c index 070c278..14eb5bd 100644 --- a/tests/test-gtk-label-client.c +++ b/tests/test-gtk-label-client.c @@ -22,7 +22,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <gtk/gtk.h> #include <libdbusmenu-gtk/menu.h> -static guint layouton = 0; static GMainLoop * mainloop = NULL; static gboolean passed = TRUE; static guint death_timer = 0; @@ -105,7 +104,6 @@ verify_root_to_layout(DbusmenuMenuitem * mi, proplayout_t * layout) static gboolean timer_func (gpointer data) { - g_debug("Death timer. Oops. Got to: %d", layouton); passed = TRUE; g_main_loop_quit(mainloop); return FALSE; |