]> git.pld-linux.org Git - packages/gnome-panel.git/blame - gnome-panel-session_fix.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/gnome-panel.git] / gnome-panel-session_fix.patch
CommitLineData
5ed0b5ab 1diff -aurN gnome-panel-2.11.4.orig/gnome-panel/main.c gnome-panel-2.11.4/gnome-panel/main.c
2--- gnome-panel-2.11.4.orig/gnome-panel/main.c 2005-07-02 12:00:31.000000000 +0200
3+++ gnome-panel-2.11.4/gnome-panel/main.c 2005-07-05 15:48:13.021834736 +0200
cd58cb7c 4@@ -71,8 +71,6 @@
5 panel_multiscreen_init ();
6 panel_init_stock_icons_and_items ();
7
8- panel_session_init ();
9-
10 gconf_client_add_dir (panel_gconf_get_client (),
11 "/desktop/gnome/interface",
12 GCONF_CLIENT_PRELOAD_NONE,
13@@ -82,6 +80,8 @@
14 panel_lockdown_init ();
15 panel_profile_load ();
16
17+ panel_session_init ();
18+
19 /*add forbidden lists to ALL panels*/
20 g_slist_foreach (panels,
21 (GFunc)panel_widget_add_forbidden,
5ed0b5ab 22diff -aurN gnome-panel-2.11.4.orig/gnome-panel/panel-session.c gnome-panel-2.11.4/gnome-panel/panel-session.c
23--- gnome-panel-2.11.4.orig/gnome-panel/panel-session.c 2005-07-02 12:00:31.000000000 +0200
24+++ gnome-panel-2.11.4/gnome-panel/panel-session.c 2005-07-05 15:48:26.584772856 +0200
25@@ -74,11 +74,6 @@
26 {
27 GnomeClient *client;
28
29- /* We don't want the WM to try and save/restore our
30- * window position
31- */
32- gdk_set_sm_client_id (NULL);
33-
34 client = gnome_master_client ();
35
36 if (!getenv ("GNOME_PANEL_DEBUG"))
This page took 0.039227 seconds and 4 git commands to generate.