[glade/glade-3-18] GladeEditor: fixed glade_editor_switch_page() signal connection.



commit 1f6639f981a36fba45ba5bc4dc24b79df1935208
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Fri May 20 22:29:09 2016 -0300

    GladeEditor: fixed glade_editor_switch_page() signal connection.
    
    Fixes bug #765562 "Using Spacebar to change menu selction causes crash"

 gladeui/glade-editor.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gladeui/glade-editor.ui b/gladeui/glade-editor.ui
index 28dd918..5cd2619 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]