[empathy: 12/18] Darken the rectangles when starting a drag operation



commit 4966277ef79ce962260764ed32408b5c1c73ddb9
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Wed Aug 10 10:37:46 2011 +0100

    Darken the rectangles when starting a drag operation
    
    So that if we have just dragged it, the rectangle where
    it was before isn't highlighted.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656268

 src/empathy-call-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 5e15fba..7f7ee8c 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -774,6 +774,7 @@ empathy_call_window_preview_on_drag_begin_cb (ClutterDragAction *action,
     EmpathyCallWindow *self)
 {
   empathy_call_window_show_preview_rectangles (self, TRUE);
+  empathy_call_window_darken_preview_rectangles (self);
 
   self->priv->event_x = event_x;
   self->priv->event_y = event_y;



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