diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-11-12 02:56:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-11-12 02:56:44 +0800 |
commit | 7d79085cc4bbc1752c6310572021a023ec3860b6 (patch) | |
tree | cc48f0feffd234a7b87278936304b597db0fcdfb /data/glade | |
parent | 7beb933c60288ce8e5756e591a089a82ab1c6b6c (diff) | |
download | gsoc2013-epiphany-7d79085cc4bbc1752c6310572021a023ec3860b6.tar gsoc2013-epiphany-7d79085cc4bbc1752c6310572021a023ec3860b6.tar.gz gsoc2013-epiphany-7d79085cc4bbc1752c6310572021a023ec3860b6.tar.bz2 gsoc2013-epiphany-7d79085cc4bbc1752c6310572021a023ec3860b6.tar.lz gsoc2013-epiphany-7d79085cc4bbc1752c6310572021a023ec3860b6.tar.xz gsoc2013-epiphany-7d79085cc4bbc1752c6310572021a023ec3860b6.tar.zst gsoc2013-epiphany-7d79085cc4bbc1752c6310572021a023ec3860b6.zip |
Set initial visibility to false, fixes a warning when showing the
2003-11-11 Christian Persch <chpe@cvs.gnome.org>
* data/glade/epiphany.glade:
Set initial visibility to false, fixes a warning when showing the
encodings dialogue.
Diffstat (limited to 'data/glade')
-rw-r--r-- | data/glade/epiphany.glade | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index bed4a5a69..6a30c0444 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -901,7 +901,6 @@ It's not possible to view this file type directly in the browser:</property> <widget class="GtkDialog" id="encoding_dialog"> <property name="border_width">5</property> - <property name="visible">True</property> <property name="title" translatable="yes">Text Encoding</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> |