aboutsummaryrefslogtreecommitdiff
path: root/src/ui/picker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/picker.c')
-rw-r--r--src/ui/picker.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/picker.c b/src/ui/picker.c
index 4a5d205..bdaa713 100644
--- a/src/ui/picker.c
+++ b/src/ui/picker.c
@@ -97,8 +97,8 @@ ui_picker_new(UNUSED MESSENGER_Application *app,
97{ 97{
98 UI_PICKER_Handle *handle = g_malloc(sizeof(UI_PICKER_Handle)); 98 UI_PICKER_Handle *handle = g_malloc(sizeof(UI_PICKER_Handle));
99 99
100 handle->builder = gtk_builder_new_from_file( 100 handle->builder = gtk_builder_new_from_resource(
101 "resources/ui/picker.ui" 101 application_get_resource_path(app, "ui/picker.ui")
102 ); 102 );
103 103
104 handle->picker_box = GTK_WIDGET( 104 handle->picker_box = GTK_WIDGET(