/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/bookmark.py

  • Committer: Jasper Groenewegen
  • Date: 2008-07-20 18:53:25 UTC
  • mto: This revision was merged to the branch mainline in revision 563.
  • Revision ID: colbrac@xs4all.nl-20080720185325-c9dsrex9xzleh5wq
Change locationbar bits (event signals, handling)
Change key-press-event's to activate's
Automatically switch to selected history view (fixes LP:144963)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        self._entry_title.set_text(self.pref.get_bookmark_title(self.selected))
58
58
        self._entry_title.set_flags(gtk.CAN_FOCUS | gtk.HAS_FOCUS)
59
59
        
 
60
        self._entry_title.connect('activate', self._on_save_clicked)
 
61
        
60
62
        # Create a table and put widgets into it
61
63
        self._table = gtk.Table(rows=2, columns=2)
62
64
        self._table.attach(self._label_location, 0, 1, 0, 1)