Style the Profile button.
authorSalvatore Iovene <salvatore@iovene.com>
Mon, 11 Jan 2010 18:12:58 +0000 (20:12 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Mon, 11 Jan 2010 18:12:58 +0000 (20:12 +0200)
modules/tweakr-profile-status-menu-widget.c

index cd517fa..119978b 100644 (file)
@@ -260,7 +260,8 @@ _create_main_button (TweakrProfileStatusPlugin *plugin)
     image = gtk_image_new_from_icon_name ("general_profile",
                                           GTK_ICON_SIZE_BUTTON);
     hildon_button_set_image (HILDON_BUTTON (plugin->priv->button), image);
-
+    hildon_button_set_style (HILDON_BUTTON (plugin->priv->button),
+                             HILDON_BUTTON_STYLE_PICKER);
     g_signal_connect (G_OBJECT (plugin->priv->button), "clicked",
                       G_CALLBACK (_button_clicked), plugin);