[gnome-flashback] common: update fade speed in GfPopupWindow



commit c2a8b78458a5647b689f72aae5d855c2087c2fdf
Author: Sebastian Geiger <sbastig gmx net>
Date:   Thu Sep 24 23:46:15 2015 +0200

    common: update fade speed in GfPopupWindow

 gnome-flashback/libcommon/gf-popup-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-flashback/libcommon/gf-popup-window.c b/gnome-flashback/libcommon/gf-popup-window.c
index ce0fdeb..14384ac 100644
--- a/gnome-flashback/libcommon/gf-popup-window.c
+++ b/gnome-flashback/libcommon/gf-popup-window.c
@@ -48,8 +48,8 @@ fade_out_cb (gpointer user_data)
   widget = GTK_WIDGET (window);
   opacity = gtk_widget_get_opacity (widget);
 
-  opacity -= 0.02;
-  if (opacity <= 0.00)
+  opacity -= 0.04;
+  if (opacity < 0.00)
     {
       gtk_widget_set_opacity (widget, 1.0);
 


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