~ubuntu-branches/ubuntu/precise/gnome-panel/precise

« back to all changes in this revision

Viewing changes to gnome-panel/panel-menu-items.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2011-09-26 11:24:36 UTC
  • mfrom: (1.13.13 upstream)
  • Revision ID: package-import@ubuntu.com-20110926112436-72x6ro8jhmjlwtko
Tags: 1:3.2.0-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1376
1376
                add_menu_separator (desktop_menu);
1377
1377
#endif
1378
1378
 
1379
 
        item = panel_menu_item_desktop_new ("gnome-user-accounts-panel.desktop",
1380
 
                                            _("My Account"), FALSE);
 
1379
        item = panel_menu_item_desktop_new ("gnome-online-accounts-panel.desktop",
 
1380
                                            NULL, FALSE);
1381
1381
        if (item)
1382
1382
                gtk_menu_shell_append (GTK_MENU_SHELL (desktop_menu), item);
1383
1383