summaryrefslogtreecommitdiff
path: root/mate-panel/launcher.c
diff options
context:
space:
mode:
authorDenis Gorodnichev <[email protected]>2017-03-20 13:32:41 +0300
committerDenis Gorodnichev <[email protected]>2017-03-20 13:32:41 +0300
commit533b880f0d64cde423bc3279a401d9e04f80936e (patch)
tree8d1520c759139829dcafff8e457f509039c688cf /mate-panel/launcher.c
parent9144f83b9a564a317eaa352b3a1ad5247ec855b7 (diff)
downloadmate-panel-533b880f0d64cde423bc3279a401d9e04f80936e.tar.bz2
mate-panel-533b880f0d64cde423bc3279a401d9e04f80936e.tar.xz
setup custom icon
restore ability to configure launcher's custom icon which degradated after switching on g_app_info_get_icon also update launcher state after saving launcher's properties.
Diffstat (limited to 'mate-panel/launcher.c')
-rw-r--r--mate-panel/launcher.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/launcher.c b/mate-panel/launcher.c
index 7bbd1cef..052c0b57 100644
--- a/mate-panel/launcher.c
+++ b/mate-panel/launcher.c
@@ -738,6 +738,8 @@ launcher_saved (GtkWidget *dialog,
location = g_filename_from_uri (uri, NULL, NULL);
launcher->app_info = g_desktop_app_info_new_from_filename (location);
g_free (location);
+
+ setup_button (launcher);
}
static void