~bratsche/indicator-me/disconnect-some-signals

« back to all changes in this revision

Viewing changes to src/entry-menu-item.c

  • Committer: David Barth
  • Date: 2010-03-18 06:32:01 UTC
  • mfrom: (81.1.21 indicator-me.workspace)
  • Revision ID: david.barth@canonical.com-20100318063201-54b56271t026n70n
merge of the gwibber-service branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
 
129
129
        g_debug ("handle_event");
130
130
        if (g_strcmp0 (name, "send") == 0) {
131
 
                gwibber_send (g_value_get_string (value));
 
131
                GwibberService *gwibber = gwibber_service_get ();
 
132
                gwibber_service_send (gwibber, g_value_get_string (value));
132
133
                dbusmenu_menuitem_property_set (mi, ENTRY_MENUITEM_PROP_TEXT, "");
133
134
        }
134
135