Skip to content

Commit

Permalink
Replaced the .glade files with GtkBuilder .ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
epienbroek committed Aug 20, 2012
1 parent 736af69 commit eec99f3
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 275 deletions.
4 changes: 2 additions & 2 deletions jbsrc/jb.c
Expand Up @@ -695,8 +695,8 @@ jb_package_add_resources (void)
group = jb_group_new("ui");

jb_group_add_data_files(group,
"mailbox-properties-dialog.glade", "$pkgdatadir",
"properties-dialog.glade", "$pkgdatadir",
"mailbox-properties-dialog.ui", "$pkgdatadir",
"properties-dialog.ui", "$pkgdatadir",
NULL);

jb_group_add(group);
Expand Down

0 comments on commit eec99f3

Please sign in to comment.