From 37a85e35448f8beed2654a4df07a303283a86aac Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 12 Feb 2020 23:24:27 +0100 Subject: stickynotes: Use gresources for UI files --- stickynotes/stickynotes_applet_callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stickynotes/stickynotes_applet_callbacks.c') diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c index e5c552e7..5ab1d7b0 100644 --- a/stickynotes/stickynotes_applet_callbacks.c +++ b/stickynotes/stickynotes_applet_callbacks.c @@ -290,7 +290,7 @@ void menu_destroy_all_cb(GtkAction *action, StickyNotesApplet *applet) GtkBuilder *builder; builder = gtk_builder_new (); - gtk_builder_add_from_file (builder, BUILDER_PATH, NULL); + gtk_builder_add_from_resource (builder, GRESOURCE "sticky-notes-delete-all.ui", NULL); if (applet->destroy_all_dialog != NULL) { gtk_window_set_screen (GTK_WINDOW (applet->destroy_all_dialog), -- cgit v1.2.1