diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-09-05 07:23:03 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2008-09-05 07:23:03 +0800 |
commit | c445dfd01935d073d73cb6f1d758a7e08d7d25fe (patch) | |
tree | 016a17344c5b6dfea7e45941a00e47e972dd0da0 /src/window-commands.c | |
parent | 27896c9da1c67ad4da2112fcfd4fa9e5ecd028a0 (diff) | |
download | gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar.gz gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.tar.zst gsoc2013-epiphany-c445dfd01935d073d73cb6f1d758a7e08d7d25fe.zip |
Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext.
Bug #550883.
svn path=/trunk/; revision=8457
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index eb6ecf34f..65999cfb7 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -51,7 +51,6 @@ #include "ephy-link.h" #include "ephy-stock-icons.h" #include "ephy-string.h" -#include "eel-app-launch-context.h" #include "pdm-dialog.h" #include <string.h> |