diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2017-12-21 23:36:09 +0200 |
---|---|---|
committer | Ernestas Kulik <ernestask@gnome.org> | 2018-01-02 13:11:10 +0200 |
commit | e3777b541063d2dcd2f42124bbe5910244919e1c (patch) | |
tree | 4ac767a5fdb6324bf4562df63cd9bc40ddad64f8 /src/nautilus-properties-window.c | |
parent | ac0e5578d291073fc034e5a206dcb36a2fd0220f (diff) | |
download | nautilus-e3777b541063d2dcd2f42124bbe5910244919e1c.tar.gz |
program-choosing: drop eel dependency
Terminal applications are launched via eel, and, since this file is the
only consumer of that API, the code from eel can be moved over.
Diffstat (limited to 'src/nautilus-properties-window.c')
-rw-r--r-- | src/nautilus-properties-window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c index 46f491f30..1308d9ca2 100644 --- a/src/nautilus-properties-window.c +++ b/src/nautilus-properties-window.c @@ -39,7 +39,6 @@ #include <eel/eel-accessibility.h> #include <eel/eel-glib-extensions.h> -#include <eel/eel-gnome-extensions.h> #include <eel/eel-gtk-extensions.h> #include <eel/eel-stock-dialogs.h> #include <eel/eel-string.h> |