[gnome-applets] sticky-notes: fix delete all dialog



commit 22dddab7e397a041e74165a24bef06e5b365408e
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Apr 7 01:28:11 2020 +0300

    sticky-notes: fix delete all dialog

 gnome-applets/sticky-notes/sticky-notes-applet-callbacks.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/gnome-applets/sticky-notes/sticky-notes-applet-callbacks.c 
b/gnome-applets/sticky-notes/sticky-notes-applet-callbacks.c
index cd72eea83..fe9f793cc 100644
--- a/gnome-applets/sticky-notes/sticky-notes-applet-callbacks.c
+++ b/gnome-applets/sticky-notes/sticky-notes-applet-callbacks.c
@@ -27,8 +27,6 @@
 #include "gsettings.h"
 #include "sticky-notes.h"
 
-#define GRESOURCE "/org/gnome/gnome-applets/sticky-notes/"
-
 static gboolean get_desktop_window (Window *window)
 {
        Window *desktop_window;
@@ -303,7 +301,7 @@ void menu_destroy_all_cb(GSimpleAction *action, GVariant *parameter, gpointer us
 
        builder = gtk_builder_new ();
        gtk_builder_add_from_resource (builder,
-                                      GRESOURCE "/sticky-notes-delete-all.ui",
+                                      GRESOURCE_PREFIX "/ui/sticky-notes-delete-all.ui",
                                       NULL);
 
        if (applet->destroy_all_dialog != NULL) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]