summaryrefslogtreecommitdiff
path: root/src/ephy-encoding-row.c
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2017-01-16 19:19:20 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2017-01-16 19:19:20 -0600
commit051174744b2331413cd128648d4d52505f28596c (patch)
tree7e861d65ce3c5cc01628d4f90585bafede510403 /src/ephy-encoding-row.c
parentacfe39787a2891d3411d3d665b625d2ce2cf94d2 (diff)
downloadepiphany-051174744b2331413cd128648d4d52505f28596c.tar.gz
Move all UI files under src/resources/gtk
Diffstat (limited to 'src/ephy-encoding-row.c')
-rw-r--r--src/ephy-encoding-row.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-encoding-row.c b/src/ephy-encoding-row.c
index a109fbf36..277976721 100644
--- a/src/ephy-encoding-row.c
+++ b/src/ephy-encoding-row.c
@@ -134,7 +134,7 @@ ephy_encoding_row_class_init (EphyEncodingRowClass *klass)
g_object_class_install_properties (object_class, LAST_PROP, obj_properties);
/* load from UI file */
- gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/epiphany/encoding-row.ui");
+ gtk_widget_class_set_template_from_resource (widget_class, "/org/gnome/epiphany/gtk/encoding-row.ui");
gtk_widget_class_bind_template_child (widget_class, EphyEncodingRow, encoding_label);
gtk_widget_class_bind_template_child (widget_class, EphyEncodingRow, selected_image);