summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2009-01-27 21:34:29 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2009-01-27 21:34:29 +0000
commitde53789e72677529cb41032083c6a4e31d0f735f (patch)
tree69515a9ac56b127cf3cb0457b301fbdcfdf4a46f /ChangeLog
parent33eda68f8c5ccc1bce20d77533bedcf08b4dc12b (diff)
downloadgnome-settings-daemon-de53789e72677529cb41032083c6a4e31d0f735f.tar.gz
bgo545115 (RANDR) - Handle showing notifications when the status_icon is not created yet
Fix error reporting at startup: * plugins/xrandr/gsd-xrandr-manager.c (error_message): Handle the case where the status_icon is not created yet; this happens during startup or when the status_icon is disabled by the user. Signed-off-by: Federico Mena Quintero <federico@novell.com> svn path=/trunk/; revision=677
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a47d2dbc..426a6864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,12 @@
(user_says_things_are_ok): New utility function to handle a
timeout-confirmation dialog.
+ Fix error reporting at startup:
+
+ * plugins/xrandr/gsd-xrandr-manager.c (error_message): Handle the
+ case where the status_icon is not created yet; this happens during
+ startup or when the status_icon is disabled by the user.
+
2009-01-24 Jens Granseuer <jensgr@gmx.net>
Patch by: Andres Freund <andres@anarazel.de>