r26374 - in /desktop/unstable/gnome-panel/debian: changelog patches/10_bookmarks_limit.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Jan 22 08:09:44 UTC 2011


Author: joss
Date: Sat Jan 22 08:09:28 2011
New Revision: 26374

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26374
Log:
10_bookmarks_limit.patch: new patch. Limit the number of bookmarks 
before putting them in a submenu to 8 instead of 5. Closes: #610558.

Added:
    desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch
Modified:
    desktop/unstable/gnome-panel/debian/changelog
    desktop/unstable/gnome-panel/debian/patches/series

Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=26374&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog [utf-8] Sat Jan 22 08:09:28 2011
@@ -1,6 +1,8 @@
 gnome-panel (2.30.2-3) UNRELEASED; urgency=low
 
   * Only recommend menu-xdg.
+  * 10_bookmarks_limit.patch: new patch. Limit the number of bookmarks 
+    before putting them in a submenu to 8 instead of 5. Closes: #610558.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 21 Nov 2010 10:57:36 +0100
 

Added: desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch?rev=26374&op=file
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch (added)
+++ desktop/unstable/gnome-panel/debian/patches/10_bookmarks_limit.patch [utf-8] Sat Jan 22 08:09:28 2011
@@ -1,0 +1,13 @@
+Index: gnome-panel-2.30.2/gnome-panel/panel-menu-items.c
+===================================================================
+--- gnome-panel-2.30.2.orig/gnome-panel/panel-menu-items.c	2011-01-22 09:07:05.840592992 +0100
++++ gnome-panel-2.30.2/gnome-panel/panel-menu-items.c	2011-01-22 09:07:14.060593861 +0100
+@@ -61,7 +61,7 @@
+ #define NAMES_DIR               "/apps/nautilus/desktop"
+ #define HOME_NAME_KEY           "/apps/nautilus/desktop/home_icon_name"
+ #define COMPUTER_NAME_KEY       "/apps/nautilus/desktop/computer_icon_name"
+-#define MAX_ITEMS_OR_SUBMENU    5
++#define MAX_ITEMS_OR_SUBMENU    8
+ #define MAX_BOOKMARK_ITEMS      100
+ 
+ G_DEFINE_TYPE (PanelPlaceMenuItem, panel_place_menu_item, GTK_TYPE_IMAGE_MENU_ITEM)

Modified: desktop/unstable/gnome-panel/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/patches/series?rev=26374&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/patches/series [utf-8] Sat Jan 22 08:09:28 2011
@@ -3,6 +3,7 @@
 03_tasklist_orientation.patch
 06_clock_permissions.patch
 09_default_icons.patch
+10_bookmarks_limit.patch
 30_crasher_realize.patch
 31_crasher_pager.patch
 70_relibtoolize.patch




More information about the pkg-gnome-commits mailing list