From c596f21a30a54c8e885710a68183bb6d49bf66e5 Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Mon, 11 Jan 2010 20:12:58 +0200 Subject: [PATCH] Style the Profile button. --- modules/tweakr-profile-status-menu-widget.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/tweakr-profile-status-menu-widget.c b/modules/tweakr-profile-status-menu-widget.c index cd517fa..119978b 100644 --- a/modules/tweakr-profile-status-menu-widget.c +++ b/modules/tweakr-profile-status-menu-widget.c @@ -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); -- 1.7.9.5