diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-27 22:27:38 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-27 22:27:38 +0000 |
| commit | 04656355bd73375a6666c212b02be07a89808811 (patch) | |
| tree | 37e69bf3bb83cfe7842e747614352aaa9860abb2 /src/ui/widget | |
| parent | Working on icons (diff) | |
| download | inkscape-04656355bd73375a6666c212b02be07a89808811.tar.gz inkscape-04656355bd73375a6666c212b02be07a89808811.zip | |
Refactor fo theme switcher
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/color-notebook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/color-notebook.cpp b/src/ui/widget/color-notebook.cpp index 2d8dcc310..1b3c8ff2e 100644 --- a/src/ui/widget/color-notebook.cpp +++ b/src/ui/widget/color-notebook.cpp @@ -161,7 +161,7 @@ void ColorNotebook::_initUI() /* Create color management icons */ _box_colormanaged = gtk_event_box_new(); GtkWidget *colormanaged = - GTK_WIDGET(sp_get_icon_image("color-management-icon", GTK_ICON_SIZE_SMALL_TOOLBAR)->gobj()); + GTK_WIDGET(sp_get_icon_image("color-management", GTK_ICON_SIZE_SMALL_TOOLBAR)->gobj()); gtk_container_add(GTK_CONTAINER(_box_colormanaged), colormanaged); gtk_widget_set_tooltip_text(_box_colormanaged, _("Color Managed")); gtk_widget_set_sensitive(_box_colormanaged, false); |
