From 7214cf362179010b6c1e9f9cc2186e7ea7dd590c Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 17 Aug 2019 12:20:42 +0200 Subject: Use gresources for gpm-prefs.ui and gpm-statistics.ui --- applets/inhibit/inhibit-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/inhibit/inhibit-applet.c') diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 02b38c4..7d903dd 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -471,7 +471,7 @@ gpm_inhibit_applet_init (GpmInhibitApplet *applet) /* Add application specific icons to search path */ gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), - GPM_DATA G_DIR_SEPARATOR_S "icons"); + GPM_ICONS_DATA); /* monitor the daemon */ applet->bus_watch_id = -- cgit v1.2.1