[empathy: 5/10] Make the floating toolbar have rounded corners



commit 64cc0a8dee6e2cc1543522d42121e3c51bb92979
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Mon Aug 8 10:08:00 2011 +0100

    Make the floating toolbar have rounded corners
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656150

 src/empathy-call-window.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index aed7245..7c2bbdd 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -64,6 +64,7 @@
 #include "empathy-video-src.h"
 #include "empathy-mic-menu.h"
 #include "empathy-preferences.h"
+#include "empathy-rounded-actor.h"
 
 #define CONTENT_HBOX_BORDER_WIDTH 6
 #define CONTENT_HBOX_SPACING 3
@@ -985,7 +986,7 @@ empathy_call_window_init (EmpathyCallWindow *self)
   create_audio_input (self);
   create_video_input (self);
 
-  priv->floating_toolbar = gtk_clutter_actor_new ();
+  priv->floating_toolbar = empathy_rounded_actor_new ();
 
   gtk_widget_reparent (priv->bottom_toolbar,
       gtk_clutter_actor_get_widget (GTK_CLUTTER_ACTOR (priv->floating_toolbar)));



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