diff options
author | Xan Lopez <xan@src.gnome.org> | 2003-05-17 23:44:53 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2003-05-17 23:44:53 +0800 |
commit | 86aba5d21023eb60fe1357cea66c8bc553f51bde (patch) | |
tree | 1d0a329c9aa00665d21ef943473202e378db0026 /embed/mozilla/FilePicker.cpp | |
parent | 36b6b34ca77a6349d90032e537d738e0233b7220 (diff) | |
download | gsoc2013-epiphany-86aba5d21023eb60fe1357cea66c8bc553f51bde.tar gsoc2013-epiphany-86aba5d21023eb60fe1357cea66c8bc553f51bde.tar.gz gsoc2013-epiphany-86aba5d21023eb60fe1357cea66c8bc553f51bde.tar.bz2 gsoc2013-epiphany-86aba5d21023eb60fe1357cea66c8bc553f51bde.tar.lz gsoc2013-epiphany-86aba5d21023eb60fe1357cea66c8bc553f51bde.tar.xz gsoc2013-epiphany-86aba5d21023eb60fe1357cea66c8bc553f51bde.tar.zst gsoc2013-epiphany-86aba5d21023eb60fe1357cea66c8bc553f51bde.zip |
Do not allow to resize the dialog vertically, fixes #112727. Remove unused
Do not allow to resize the dialog vertically, fixes #112727.
Remove unused header.
Diffstat (limited to 'embed/mozilla/FilePicker.cpp')
-rw-r--r-- | embed/mozilla/FilePicker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp index fb8a82313..e39419ac8 100644 --- a/embed/mozilla/FilePicker.cpp +++ b/embed/mozilla/FilePicker.cpp @@ -34,7 +34,6 @@ #include "ephy-string.h" #include "ephy-gui.h" -#include "eel-gconf-extensions.h" #include <glib/gconvert.h> #include <gtk/gtkmain.h> |