From: Roman Moravcik Date: Thu, 15 Jul 2010 11:34:28 +0000 (+0200) Subject: Fixed bug 6003: On/Of" text under word Flashlight should be secondary colour. X-Git-Tag: v0.4-2~1 X-Git-Url: https://vcs.maemo.org/git/?p=flashlight-appl;a=commitdiff_plain;h=de2d41c821b906819c7c1db2d3542166c2ae0a05 Fixed bug 6003: On/Of" text under word Flashlight should be secondary colour. --- diff --git a/src/flashlight_applet.c b/src/flashlight_applet.c index 8e6ba00..cac13af 100644 --- a/src/flashlight_applet.c +++ b/src/flashlight_applet.c @@ -286,6 +286,7 @@ flashlight_status_plugin_ui (FlashlightPlugin *plugin) button = hildon_button_new (HILDON_SIZE_FINGER_HEIGHT, HILDON_BUTTON_ARRANGEMENT_VERTICAL); gtk_button_set_alignment (GTK_BUTTON (button), 0.0, 0.5); + hildon_button_set_style (HILDON_BUTTON (button), HILDON_BUTTON_STYLE_PICKER); hildon_button_set_title (HILDON_BUTTON (button), _("Flashlight")); hildon_button_set_value (HILDON_BUTTON (button), MSG_FLASHLIGHT_OFF); hildon_button_set_image (HILDON_BUTTON (button),