summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2016-05-20 22:29:09 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2016-05-20 22:36:12 -0300
commit1f6639f981a36fba45ba5bc4dc24b79df1935208 (patch)
treef8f129d1de9d330bc4046ec5c9ea806fa98db0a0
parent2d550273466165e2bd0849e37cccd831347b8f9a (diff)
downloadglade-1f6639f981a36fba45ba5bc4dc24b79df1935208.tar.gz
GladeEditor: fixed glade_editor_switch_page() signal connection.
Fixes bug #765562 "Using Spacebar to change menu selction causes crash"
-rw-r--r--gladeui/glade-editor.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/gladeui/glade-editor.ui b/gladeui/glade-editor.ui
index 28dd918b..5cd26192 100644
--- a/gladeui/glade-editor.ui
+++ b/gladeui/glade-editor.ui
@@ -84,7 +84,7 @@ Author: Tristan Van Berkom <tvb@gnome.org>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="scrollable">True</property>
- <signal name="select-page" handler="glade_editor_switch_page" swapped="no"/>
+ <signal name="switch-page" handler="glade_editor_switch_page" swapped="no"/>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>