aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-08-10 17:37:46 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-08-15 19:14:55 +0800
commit4966277ef79ce962260764ed32408b5c1c73ddb9 (patch)
tree6f9ca96fad9e2903d21481ecb24d159851419da4 /src/empathy-call-window.c
parent724eac592d90da4e169adb7b675845650d9d770b (diff)
downloadgsoc2013-empathy-4966277ef79ce962260764ed32408b5c1c73ddb9.tar
gsoc2013-empathy-4966277ef79ce962260764ed32408b5c1c73ddb9.tar.gz
gsoc2013-empathy-4966277ef79ce962260764ed32408b5c1c73ddb9.tar.bz2
gsoc2013-empathy-4966277ef79ce962260764ed32408b5c1c73ddb9.tar.lz
gsoc2013-empathy-4966277ef79ce962260764ed32408b5c1c73ddb9.tar.xz
gsoc2013-empathy-4966277ef79ce962260764ed32408b5c1c73ddb9.tar.zst
gsoc2013-empathy-4966277ef79ce962260764ed32408b5c1c73ddb9.zip
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
Diffstat (limited to 'src/empathy-call-window.c')
-rw-r--r--src/empathy-call-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 5e15fba70..7f7ee8cd2 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;