[gnome-software] updates: Use a valid icon size for the stop button
- From: Kalev Lember <klember src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-software] updates: Use a valid icon size for the stop button
 
- Date: Thu,  3 Jul 2014 22:19:27 +0000 (UTC)
 
commit 66e8afaa31018065dfb503aa85f5833f7048d0e4
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Jul 4 00:17:40 2014 +0200
    updates: Use a valid icon size for the stop button
 src/gs-shell-updates.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-updates.c b/src/gs-shell-updates.c
index bc9c109..7b73a28 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -285,7 +285,7 @@ gs_shell_updates_update_ui_state (GsShellUpdates *shell_updates)
        case GS_SHELL_UPDATES_STATE_ACTION_REFRESH_HAS_UPDATES:
        case GS_SHELL_UPDATES_STATE_ACTION_REFRESH_NO_UPDATES:
                gtk_image_set_from_icon_name (GTK_IMAGE (widget),
-                                             "media-playback-stop-symbolic", 0);
+                                             "media-playback-stop-symbolic", GTK_ICON_SIZE_MENU);
                widget = GTK_WIDGET (gtk_builder_get_object (priv->builder, "button_refresh"));
                gtk_widget_show (widget);
                break;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]