Precise 5.4.1 /usr/local/simple_network_setup/sns

Please post any bugs you have found
Post Reply
Message
Author
User avatar
Bernard's Cask
Posts: 11
Joined: Tue 20 Nov 2012, 10:48

Precise 5.4.1 /usr/local/simple_network_setup/sns

#1 Post by Bernard's Cask »

Proposed changes shown from line 408 (I don't even live in a crowded/urban wireless area). Idk about any wired connections window problem. This may just be a work around for some gtkdialog problem--please investigate.

Code: Select all

  export WIN2_DLG="<window title=\"$(gettext 'Simple Network Setup')\" icon-name=\"gtk-network\">
  <vbox>
  +<vbox scrollable=\"true\">
   ${FRAME1}
  +</vbox>
  +<vbox>
   ${FRAME2}
  +</vbox>
  +<hbox>
   ${WIN2MSG1}
  -<hbox>
   ${WIN2BUT1}

Post Reply