rpms/gnome-panel/F-12 bookmarks-submenu.patch, NONE, 1.1 gnome-panel.spec, 1.371, 1.372

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 8 04:56:14 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-panel/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15905

Modified Files:
	gnome-panel.spec 
Added Files:
	bookmarks-submenu.patch 
Log Message:
Accept more bookmarks in the places menu before overflowing


bookmarks-submenu.patch:
 panel-menu-items.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bookmarks-submenu.patch ---
diff -up gnome-panel-2.28.0/gnome-panel/panel-menu-items.c.bookmarks-submenu gnome-panel-2.28.0/gnome-panel/panel-menu-items.c
--- gnome-panel-2.28.0/gnome-panel/panel-menu-items.c.bookmarks-submenu	2009-10-08 00:52:51.855737118 -0400
+++ gnome-panel-2.28.0/gnome-panel/panel-menu-items.c	2009-10-08 00:53:09.378716600 -0400
@@ -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
 
 G_DEFINE_TYPE (PanelPlaceMenuItem, panel_place_menu_item, GTK_TYPE_IMAGE_MENU_ITEM)
 G_DEFINE_TYPE (PanelDesktopMenuItem, panel_desktop_menu_item, GTK_TYPE_IMAGE_MENU_ITEM)


Index: gnome-panel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-panel/F-12/gnome-panel.spec,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -p -r1.371 -r1.372
--- gnome-panel.spec	8 Oct 2009 02:39:05 -0000	1.371
+++ gnome-panel.spec	8 Oct 2009 04:56:14 -0000	1.372
@@ -22,7 +22,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.28.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-panel/2.28/%{name}-%{version}.tar.bz2
 
@@ -112,6 +112,7 @@ Patch35: clock-wakeups.patch
 Patch38: clock-network.patch
 
 Patch40: clock-home.patch
+Patch41: bookmarks-submenu.patch
 
 Conflicts: gnome-power-manager < 2.15.3
 
@@ -159,6 +160,7 @@ Panel Applets using the libpanel-applet 
 %patch35 -p1 -b .clock-wakeups
 %patch38 -p1 -b .clock-network
 %patch40 -p1 -b .clock-home
+%patch41 -p1 -b .bookmarks-submenu
 
 . %{SOURCE6}
 
@@ -357,6 +359,9 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Thu Oct  8 2009 Matthias Clasen <mclasen at redhat.com> 2.28.0-3
+- Accept more bookmarks in the places menu before overflowing
+
 * Wed Oct  7 2009 Matthias Clasen <mclasen at redhat.com> 2.28.0-2
 - Add a default location to the clock applet
 




More information about the fedora-extras-commits mailing list