summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes_applet_callbacks.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-12 23:24:27 +0100
committerraveit65 <[email protected]>2020-03-14 14:40:47 +0100
commit37a85e35448f8beed2654a4df07a303283a86aac (patch)
tree95a907f985968653300b8ba863a57fea7f99fdda /stickynotes/stickynotes_applet_callbacks.c
parentac0ebc185e14891ffeb98a94f35109603ee45078 (diff)
downloadmate-applets-37a85e35448f8beed2654a4df07a303283a86aac.tar.bz2
mate-applets-37a85e35448f8beed2654a4df07a303283a86aac.tar.xz
stickynotes: Use gresources for UI files
Diffstat (limited to 'stickynotes/stickynotes_applet_callbacks.c')
-rw-r--r--stickynotes/stickynotes_applet_callbacks.c2
1 files changed, 1 insertions, 1 deletions
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),