~ubuntu-branches/ubuntu/quantal/file-roller/quantal

« back to all changes in this revision

Viewing changes to src/dlg-prop.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-06 13:13:15 UTC
  • mfrom: (1.2.102)
  • Revision ID: package-import@ubuntu.com-20120606131315-v6o9g8e0cq9olkq1
Tags: 3.5.1-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libgtk-3-dev
  - Replace build-depends on gnome-doc-utils with yelp-tools
* debian/watch:
  - Watch for unstable versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
        data = g_new (DialogData, 1);
89
89
 
90
 
        data->builder = _gtk_builder_new_from_file ("properties.ui");
 
90
        data->builder = _gtk_builder_new_from_resource ("properties.ui");
91
91
        if (data->builder == NULL) {
92
92
                g_free (data);
93
93
                return;