updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / gnome-panel-ubuntu / 71_change_bookmark_submenu_limit_value.patch
blob91ee0944cb6fe84ac5168a57898e3b91a3ddb15f
1 Description: Set the bookmarks number before submenu to 8 which should let users configure some before hitting the limit
2 Bug: https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/204567
4 Index: gnome-panel-2.29.5.1/gnome-panel/panel-menu-items.c
5 ===================================================================
6 --- gnome-panel-2.29.5.1.orig/gnome-panel/panel-menu-items.c 2010-01-15 00:10:43.000000000 +0100
7 +++ gnome-panel-2.29.5.1/gnome-panel/panel-menu-items.c 2010-01-15 00:10:56.000000000 +0100
8 @@ -62,7 +62,7 @@
9 #define NAMES_DIR "/apps/nautilus/desktop"
10 #define HOME_NAME_KEY "/apps/nautilus/desktop/home_icon_name"
11 #define COMPUTER_NAME_KEY "/apps/nautilus/desktop/computer_icon_name"
12 -#define MAX_ITEMS_OR_SUBMENU 5
13 +#define MAX_ITEMS_OR_SUBMENU 8
14 #define MAX_BOOKMARK_ITEMS 100
16 G_DEFINE_TYPE (PanelPlaceMenuItem, panel_place_menu_item, GTK_TYPE_IMAGE_MENU_ITEM)