~kroq-gar78/ubuntu/lucid/gnome-panel/fix-433631

« back to all changes in this revision

Viewing changes to debian/patches/01_layout.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-18 16:01:26 UTC
  • mfrom: (1.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918160126-310oqyrbelqxz2z7
Tags: 1:2.27.92-0ubuntu4
* debian/patches/01_layout.patch:
  - don't list software-store (lp: #431882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: gnome-panel-2.27.92/gnome-panel/panel-menu-items.c
2
2
===================================================================
3
 
--- gnome-panel-2.27.92.orig/gnome-panel/panel-menu-items.c     2009-09-10 13:43:00.000000000 +0200
4
 
+++ gnome-panel-2.27.92/gnome-panel/panel-menu-items.c  2009-09-10 13:43:09.000000000 +0200
 
3
--- gnome-panel-2.27.92.orig/gnome-panel/panel-menu-items.c     2009-09-08 02:08:42.000000000 +0200
 
4
+++ gnome-panel-2.27.92/gnome-panel/panel-menu-items.c  2009-09-18 16:01:01.000000000 +0200
5
5
@@ -991,6 +991,7 @@
6
6
        GtkWidget *item;
7
7
        char      *gconf_name;
10
10
        char      *uri;
11
11
        GFile     *file;
12
12
 
13
 
@@ -1154,12 +1155,25 @@
14
 
 
15
 
        g_list_free (children);
16
 
 
17
 
+       if (g_file_test (DATADIR"/applications/ubuntu-software-store.desktop",
18
 
+                        G_FILE_TEST_IS_REGULAR))
19
 
+               panel_menu_items_append_from_desktop (menu, "ubuntu-software-store.desktop", NULL, FALSE);
20
 
+
 
13
@@ -1157,9 +1158,18 @@
21
14
        if (add_separator)
22
15
                add_menu_separator (menu);
23
16