ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01280
[Branch ~dbusmenu-team/dbusmenu/trunk] Rev 86: Removing an unnecissary warning.
Merge authors:
Cody Russell (bratsche)
Related merge proposals:
https://code.launchpad.net/~bratsche/dbusmenu/remove-warning/+merge/21999
proposed by: Cody Russell (bratsche)
review: Approve - Ted Gould (ted)
------------------------------------------------------------
revno: 86 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-03-23 20:17:33 -0500
message:
Removing an unnecissary warning.
modified:
libdbusmenu-gtk/client.c
--
lp:dbusmenu
https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription.
=== modified file 'libdbusmenu-gtk/client.c'
--- libdbusmenu-gtk/client.c 2010-02-04 18:56:49 +0000
+++ libdbusmenu-gtk/client.c 2010-03-24 01:03:06 +0000
@@ -411,7 +411,6 @@
gpointer data = g_object_get_data(G_OBJECT(item), data_menuitem);
if (data == NULL) {
- g_warning("GTK not updated");
return NULL;
}