14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
31
30
""" Display the Edit bookmark dialog and perform the needed actions. """
33
32
""" Initialize the Edit bookmark dialog. """
40
35
self.window = self.glade.get_widget('window_bookmark')
42
39
# Dictionary for signal_autoconnect
43
40
dic = { "on_button_bookmark_save_clicked": self.bookmark,
44
41
"on_button_bookmark_cancel_clicked": self.close }