aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--data/glade/epiphany.glade1
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dc73b400..945476c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
+
2003-11-11 Marco Pesenti Gritti <marco@gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_class_init):
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>