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
1=== modified file 'libdbusmenu-gtk/client.c'
2--- libdbusmenu-gtk/client.c 2013-05-02 20:57:54 +0000
3+++ libdbusmenu-gtk/client.c 2013-05-15 11:46:26 +0000
4@@ -154,7 +154,6 @@
5
6 if ((root = dbusmenu_client_get_root (DBUSMENU_CLIENT(object))))
7 dbusmenu_menuitem_foreach (root, clear_shortcut_foreach, object);
8- g_message ("hello world 6");
9 g_clear_object (&priv->agroup);
10
11 if (priv->old_themedirs) {

Subscribers

People subscribed via source and target branches