summaryrefslogtreecommitdiff
path: root/src/searches/Branch.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/searches/Branch.vala')
-rw-r--r--src/searches/Branch.vala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/searches/Branch.vala b/src/searches/Branch.vala
index f557baa..1c4ee90 100644
--- a/src/searches/Branch.vala
+++ b/src/searches/Branch.vala
@@ -72,8 +72,7 @@ public class Searches.Header : Sidebar.Header, Sidebar.Contextable {
private void setup_context_menu() {
this.builder = new Gtk.Builder ();
try {
- this.builder.add_from_resource
- ("/org/gnome/Shotwell/search_sidebar_context.ui");
+ this.builder.add_from_resource(Resources.get_ui("search_sidebar_context.ui"));
var model = builder.get_object ("popup-menu") as GLib.MenuModel;
this.context_menu = new Gtk.Menu.from_model (model);
} catch (Error error) {