]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
- fix breakage introduced in 2.10.2
authorfreetz <freetz@pld-linux.org>
Tue, 28 Jun 2005 20:40:25 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-panel-session_fix.patch -> 1.1

gnome-panel-session_fix.patch [new file with mode: 0644]

diff --git a/gnome-panel-session_fix.patch b/gnome-panel-session_fix.patch
new file mode 100644 (file)
index 0000000..66f30d4
--- /dev/null
@@ -0,0 +1,21 @@
+diff -aurN gnome-panel-2.10.2.orig/gnome-panel/main.c gnome-panel-2.10.2/gnome-panel/main.c
+--- gnome-panel-2.10.2.orig/gnome-panel/main.c 2005-06-27 18:32:51.000000000 +0200
++++ gnome-panel-2.10.2/gnome-panel/main.c      2005-06-28 22:33:37.000000000 +0200
+@@ -71,8 +71,6 @@
+       panel_multiscreen_init ();
+       panel_init_stock_icons_and_items ();
+-      panel_session_init ();
+-
+       gconf_client_add_dir (panel_gconf_get_client (),
+                             "/desktop/gnome/interface",
+                             GCONF_CLIENT_PRELOAD_NONE,
+@@ -82,6 +80,8 @@
+       panel_lockdown_init ();
+       panel_profile_load ();
++      panel_session_init ();
++
+       /*add forbidden lists to ALL panels*/
+       g_slist_foreach (panels,
+                        (GFunc)panel_widget_add_forbidden,
This page took 0.063969 seconds and 4 git commands to generate.