[gnome-applets/gnome-3-24] sticky-notes: fix path to resource file for delete dialog
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/gnome-3-24] sticky-notes: fix path to resource file for delete dialog
- Date: Sat, 8 Jul 2017 10:43:12 +0000 (UTC)
commit 0c4e0c4fed0c61bfd47e52685d31a978d8961066
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]