/[straw]/straw/src/lib/SubscribeDialog.py
ViewVC logotype

Diff of /straw/src/lib/SubscribeDialog.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28 by jmalonzo, Mon Oct 27 03:53:27 2003 UTC revision 1.29 by jmalonzo, Thu Oct 30 10:28:54 2003 UTC
# Line 77  class SubscribeDialog: Line 77  class SubscribeDialog:
77          if not self._url:          if not self._url:
78              self._url = ""              self._url = ""
79          self._subscribe_site_entry.set_text(self._url)          self._subscribe_site_entry.set_text(self._url)
80            self._subscribe_site_entry.grab_focus()
81          self._find_assistant.set_buttons_sensitive(gtk.TRUE, gtk.FALSE, gtk.TRUE, gtk.TRUE)          self._find_assistant.set_buttons_sensitive(gtk.TRUE, gtk.FALSE, gtk.TRUE, gtk.TRUE)
82          if self._url and not self._err:          if self._url and not self._err:
83              self._find_assistant.set_buttons_sensitive(gtk.TRUE, gtk.TRUE, gtk.TRUE, gtk.TRUE)              self._find_assistant.set_buttons_sensitive(gtk.TRUE, gtk.TRUE, gtk.TRUE, gtk.TRUE)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26