diff options
author | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-02-06 08:00:25 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@src.gnome.org> | 2009-02-06 08:00:25 +0800 |
commit | 4fe8435529506b8119e4a74c2cc0f06113c0c46b (patch) | |
tree | 836a24ed95504b5e6446aca69678390e4ecd0396 /data/glade | |
parent | c79424593c09321f173c67980afaa1b6a03b66a9 (diff) | |
download | gsoc2013-epiphany-4fe8435529506b8119e4a74c2cc0f06113c0c46b.tar gsoc2013-epiphany-4fe8435529506b8119e4a74c2cc0f06113c0c46b.tar.gz gsoc2013-epiphany-4fe8435529506b8119e4a74c2cc0f06113c0c46b.tar.bz2 gsoc2013-epiphany-4fe8435529506b8119e4a74c2cc0f06113c0c46b.tar.lz gsoc2013-epiphany-4fe8435529506b8119e4a74c2cc0f06113c0c46b.tar.xz gsoc2013-epiphany-4fe8435529506b8119e4a74c2cc0f06113c0c46b.tar.zst gsoc2013-epiphany-4fe8435529506b8119e4a74c2cc0f06113c0c46b.zip |
Make help buttons ids unique in glade file, so that the generated
GtkBuilder file doesn't cause problems when loading
svn path=/trunk/; revision=8753
Diffstat (limited to 'data/glade')
-rw-r--r-- | data/glade/epiphany.glade | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index 593f9b559..70882d986 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -35,7 +35,7 @@ <property name="layout_style">GTK_BUTTONBOX_END</property> <child> - <widget class="GtkButton" id="help_button"> + <widget class="GtkButton" id="pdm_help_button"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> @@ -438,7 +438,7 @@ </child> <child> - <widget class="GtkButton" id="help_button"> + <widget class="GtkButton" id="encoding_help_button"> <property name="visible">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> |