~ubuntu-branches/ubuntu/lucid/indicator-me/lucid

« back to all changes in this revision

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

  • Committer: Sebastien Bacher
  • Date: 2010-03-24 12:59:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: seb128@ubuntu.com-20100324125943-e54i1nihe8h3wb2i
Tags: 0.2.6-0ubuntu1
releasing version 0.2.6-0ubuntu1

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