diff options
author | ZenWalker <[email protected]> | 2016-06-21 11:33:58 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2016-06-21 11:33:58 +0200 |
commit | bcee9bdc706d1cf65bf800c2bcc96b236dab6ec5 (patch) | |
tree | 49b2abd7fa9c6b8180fbe97d10fa620ca6f466ad /data/ui/Makefile.am | |
parent | e03db39aa221d404e14ee3cf1d282e8d2f362c2d (diff) | |
download | engrampa-bcee9bdc706d1cf65bf800c2bcc96b236dab6ec5.tar.bz2 engrampa-bcee9bdc706d1cf65bf800c2bcc96b236dab6ec5.tar.xz |
Use the Gtk+ app chooser dialog for the "Open With" command
file-roller commits:
https://git.gnome.org/browse/file-roller/commit/?id=d13a515c819c68051cd7788814dca7645d899511
https://git.gnome.org/browse/file-roller/commit/?id=9714c3a6a2c49f09d4c753b2573baf55aa3d6b9f
Diffstat (limited to 'data/ui/Makefile.am')
-rw-r--r-- | data/ui/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index ecac3aa..09f9f79 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -1,13 +1,12 @@ uidir = $(datadir)/engrampa/ui ui_DATA = \ - add-options.ui \ + add-options.ui \ batch-add-files.ui \ batch-password.ui \ delete.ui \ - new.ui \ - open-with.ui \ + new.ui \ password.ui \ - properties.ui \ + properties.ui \ update.ui EXTRA_DIST = $(ui_DATA) |