~charlesk/indicator-session/lp-1078119

« back to all changes in this revision

Viewing changes to src/indicator-session.c

  • Committer: Tarmac
  • Author(s): Charles Kerr
  • Date: 2012-09-19 05:57:50 UTC
  • mfrom: (359.1.1 guest)
  • Revision ID: tarmac-20120919055750-434fhndrc7jo9fx6
Don't unconditionally show the user menuitems -- let dbusmenu's code process the menuitem's VISIBLE property. Fixes: https://bugs.launchpad.net/bugs/1049902. Approved by Lars Uebernickel, jenkins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
313
313
  g_debug ("%s (\"%s\")", __func__,
314
314
           dbusmenu_menuitem_property_get (newitem,
315
315
                                           USER_ITEM_PROP_NAME));
316
 
  gtk_widget_show_all (user_item);
317
 
 
318
316
  return TRUE;
319
317
}
320
318