[gnome-applets/gnome-3-22] sticky-notes: fix path to resource file for delete dialog



commit 623ebce8f5936166f3eb5ba0aba40b0837ce8172
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Sat Jul 8 13:07:35 2017 +0300

    sticky-notes: fix path to resource file for delete dialog

 sticky-notes/src/stickynotes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sticky-notes/src/stickynotes.c b/sticky-notes/src/stickynotes.c
index 7add0d5..43952e2 100644
--- a/sticky-notes/src/stickynotes.c
+++ b/sticky-notes/src/stickynotes.c
@@ -674,7 +674,7 @@ void stickynotes_remove(StickyNote *note)
 
        builder = gtk_builder_new ();
        gtk_builder_add_from_resource (builder,
-                                      GRESOURCE "/sticky-notes-delete.ui", NULL);
+                                      GRESOURCE "sticky-notes-delete.ui", NULL);
 
        dialog = GTK_WIDGET (gtk_builder_get_object (builder, "delete_dialog"));
 


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