gnome-settings-daemon r220 - in trunk: . plugins/media-keys
- From: jensg svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-settings-daemon r220 - in trunk: . plugins/media-keys
- Date: Fri, 14 Mar 2008 21:12:15 +0000 (GMT)
Author: jensg
Date: Fri Mar 14 21:12:15 2008
New Revision: 220
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=220&view=rev
Log:
2008-03-14 Jens Granseuer <jensgr gmx net>
* plugins/media-keys/gsd-media-keys-window.c:
(remove_hide_timeout): reset opacity when removing the timeout so that
the fadeout is restarted when media keys are pressed while the popup is
already fading out (bug #522499)
Modified:
trunk/ChangeLog
trunk/plugins/media-keys/gsd-media-keys-window.c
Modified: trunk/plugins/media-keys/gsd-media-keys-window.c
==============================================================================
--- trunk/plugins/media-keys/gsd-media-keys-window.c (original)
+++ trunk/plugins/media-keys/gsd-media-keys-window.c Fri Mar 14 21:12:15 2008
@@ -114,6 +114,7 @@
if (window->priv->fade_timeout_id != 0) {
g_source_remove (window->priv->fade_timeout_id);
window->priv->fade_timeout_id = 0;
+ window->priv->fade_out_alpha = 1.0;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]