This patch fixes https://bugs.launchpad.net/ubuntu-mobile/+bug/250701
  Can anyone review if this is a proper solution for this issue?

  Current network-manager-applet set "modal" property to be True
  in "other_network_dialog" and "passphrase_dialog".
  As a result, user cannot use matchbox-keyboard to enter any
character on above dialogs.
  This patch fixes this issue by setting the "modal" property to be "False".

--- network-manager-applet-0.6.6.ori/src/applet.glade   2008-08-05
04:39:26.000000000 +0000
+++ network-manager-applet-0.6.6/src/applet.glade       2008-08-05
04:41:10.000000000 +0000
@@ -153,7 +153,7 @@
   <property name="title" translatable="yes">Other Wireless
Network...</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
-  <property name="modal">True</property>
+  <property name="modal">False</property>
   <property name="default_width">488</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
@@ -470,7 +470,7 @@
   <property name="title" translatable="yes">Wireless Network Key
Required</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>
-  <property name="modal">True</property>
+  <property name="modal">False</property>
   <property name="resizable">False</property>
   <property name="destroy_with_parent">False</property>
   <property name="icon_name">gtk-dialog-authentication</property>

Regards,
Axel

_______________________________________________
dev mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/dev

Reply via email to