diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 02:45:20 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-18 02:45:20 +0000 |
| commit | 02864fd1abb1d75feb90453cc49d291610d76691 (patch) | |
| tree | 970a55ea4339c1fd55133ae12b35baa067b92af6 /src/inkscape.cpp | |
| parent | Improving styling (diff) | |
| download | inkscape-02864fd1abb1d75feb90453cc49d291610d76691.tar.gz inkscape-02864fd1abb1d75feb90453cc49d291610d76691.zip | |
Fix a icon bug
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 23179ee12..7b250f6dd 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -385,7 +385,7 @@ Application::add_gtk_css() prefs->setString("/theme/defaultIconTheme", Glib::ustring(gtkIconThemeName)); Glib::ustring gtkthemename = prefs->getString("/theme/gtkTheme"); if (gtkthemename != "") { - g_object_set(settings, "gtk-theme-name", gtkthemename.c_str(), NULL); + g_object_set(settings, "gtk-theme-name", gtkthemename.c_str(), NULL); } else { prefs->setString("/theme/gtkTheme", Glib::ustring(gtkThemeName)); } @@ -476,7 +476,7 @@ Application::add_gtk_css() ex.what().c_str()); } Gtk::StyleContext::add_provider_for_screen(screen, provider, GTK_STYLE_PROVIDER_PRIORITY_APPLICATION); - } + } } /* \brief Constructor for the application. |
