12 lines
434 B
Diff
12 lines
434 B
Diff
--- a/src/nemo-statusbar.c
|
|
+++ b/src/nemo-statusbar.c
|
|
@@ -186,7 +186,7 @@ nemo_status_bar_constructed (GObject *ob
|
|
|
|
bar->real_statusbar = statusbar;
|
|
|
|
- GtkIconSize size = gtk_icon_size_from_name (NEMO_STATUSBAR_ICON_SIZE_NAME);
|
|
+ GtkIconSize size = gtk_icon_size_register ("", 16, 16);
|
|
|
|
context = gtk_widget_get_style_context (GTK_WIDGET (bar));
|
|
gtk_style_context_add_class (context, GTK_STYLE_CLASS_TOOLBAR);
|