]> git.0d.be Git - empathy.git/commitdiff
Make the floating toolbar have rounded corners
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Mon, 8 Aug 2011 09:08:00 +0000 (10:08 +0100)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Fri, 12 Aug 2011 12:54:57 +0000 (13:54 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=656150

src/empathy-call-window.c

index aed72459f588beaf5abc03b289976101ef70751b..7c2bbdd1f65e70d660b792ac9b067c6db72fb59e 100644 (file)
@@ -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)));