[libnma/lr/gtk4-fixes: 3/4] mobile-wizard: remove signals from .ui files




commit b2ec1a880c3eab29d552cd1643fa4b3d945d9a1f
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Mar 29 15:00:05 2022 +0200

    mobile-wizard: remove signals from .ui files
    
    These were replaced with manual hooking of signal handlers when the
    class was un-templated and serve no purpose. However, Gtk4 is a bit more
    strict than Gtk3 and still complains when the handler symbols can't be
    resolved dynamically (as they're now static functions). Remove them.
    
    Fixes: 198854533e0c ('mobile-wizard: un-template NMAMobileWizard')

 src/nma-mobile-wizard.ui | 10 ----------
 1 file changed, 10 deletions(-)
---
diff --git a/src/nma-mobile-wizard.ui b/src/nma-mobile-wizard.ui
index eeec780d..f8c77527 100644
--- a/src/nma-mobile-wizard.ui
+++ b/src/nma-mobile-wizard.ui
@@ -49,9 +49,6 @@
     <property name="title" translatable="yes">New Mobile Broadband Connection</property>
     <property name="modal">True</property>
     <property name="use_header_bar">1</property>
-    <signal name="cancel" handler="assistant_cancel" swapped="no"/>
-    <signal name="close" handler="assistant_closed" swapped="no"/>
-    <signal name="prepare" handler="assistant_prepare" swapped="no"/>
     <child>
       <object class="GtkBox" id="intro_page">
         <property name="visible">True</property>
@@ -154,7 +151,6 @@
             <property name="can_focus">False</property>
             <property name="model">dev_store</property>
             <property name="active">0</property>
-            <signal name="changed" handler="intro_combo_changed" swapped="yes"/>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -207,7 +203,6 @@
                 <property name="model">country_sort</property>
                 <property name="headers_visible">False</property>
                 <property name="search_column">0</property>
-                <signal name="row-activated" handler="country_update_continue" swapped="yes"/>
                 <child internal-child="selection">
                   <object class="GtkTreeSelection"/>
                 </child>
@@ -244,7 +239,6 @@
             <property name="use_underline">True</property>
             <property name="active">True</property>
             <property name="draw_indicator">True</property>
-            <signal name="toggled" handler="providers_radio_toggled" swapped="no"/>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -266,7 +260,6 @@
                 <property name="can_focus">True</property>
                 <property name="model">providers_sort</property>
                 <property name="search_column">0</property>
-                <signal name="row-activated" handler="providers_update_continue" swapped="yes"/>
                 <child internal-child="selection">
                   <object class="GtkTreeSelection"/>
                 </child>
@@ -346,7 +339,6 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="model">plan_store</property>
-            <signal name="changed" handler="plan_combo_changed" swapped="yes"/>
           </object>
           <packing>
             <property name="expand">False</property>
@@ -373,8 +365,6 @@
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="max_length">64</property>
-            <signal name="changed" handler="plan_update_complete" swapped="yes"/>
-            <signal name="insert-text" handler="apn_filter_cb" swapped="no"/>
           </object>
           <packing>
             <property name="expand">False</property>


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