gnome-settings-daemon r331 - in trunk: . plugins/background



Author: jensg
Date: Mon May  5 18:10:08 2008
New Revision: 331
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=331&view=rev

Log:
2008-05-02  Jens Granseuer  <jensgr gmx net>

	* plugins/background/gsd-background-manager.c:
	(gsd_background_manager_start): add a comment explaining why we
	are applying the prefs regardless of nautilus


Modified:
   trunk/ChangeLog
   trunk/plugins/background/gsd-background-manager.c

Modified: trunk/plugins/background/gsd-background-manager.c
==============================================================================
--- trunk/plugins/background/gsd-background-manager.c	(original)
+++ trunk/plugins/background/gsd-background-manager.c	Mon May  5 18:10:08 2008
@@ -318,6 +318,9 @@
         if (!nautilus_show_desktop) {
                 apply_prefs (manager);
         } else {
+                /* even when nautilus is supposedly handling the
+                 * background, apply the settings eventually to make
+                 * people running a nautilus-less session happy */
                 g_timeout_add_seconds (8, apply_prefs, manager);
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]