Merge lp:~cyphermox/libdbusmenu/stray-g_message into lp:libdbusmenu/13.10

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 443
Merged at revision: 443
Proposed branch: lp:~cyphermox/libdbusmenu/stray-g_message
Merge into: lp:libdbusmenu/13.10
Diff against target: 11 lines (+0/-1)
1 file modified
libdbusmenu-gtk/client.c (+0/-1)
To merge this branch: bzr merge lp:~cyphermox/libdbusmenu/stray-g_message
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Mathieu Trudel-Lapierre Approve
Review via email: mp+163893@code.launchpad.net

Commit message

Remove stray g_message().

Description of the change

Remove stray g_message().

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Because it's very obvious and time-sensitive.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:443
http://jenkins.qa.ubuntu.com/job/libdbusmenu-ci/2/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/libdbusmenu-raring-amd64-ci/2

Click here to trigger a rebuild:
http://s-jenkins:8080/job/libdbusmenu-ci/2/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'libdbusmenu-gtk/client.c'
--- libdbusmenu-gtk/client.c 2013-05-02 20:57:54 +0000
+++ libdbusmenu-gtk/client.c 2013-05-15 11:46:26 +0000
@@ -154,7 +154,6 @@
154154
155 if ((root = dbusmenu_client_get_root (DBUSMENU_CLIENT(object))))155 if ((root = dbusmenu_client_get_root (DBUSMENU_CLIENT(object))))
156 dbusmenu_menuitem_foreach (root, clear_shortcut_foreach, object);156 dbusmenu_menuitem_foreach (root, clear_shortcut_foreach, object);
157 g_message ("hello world 6");
158 g_clear_object (&priv->agroup);157 g_clear_object (&priv->agroup);
159158
160 if (priv->old_themedirs) {159 if (priv->old_themedirs) {

Subscribers

People subscribed via source and target branches