Scratchpad does not keep history between sessions anymore

svn: r12747
This commit is contained in:
Benny Malengier 2009-06-30 21:29:14 +00:00
parent 8ad045695b
commit 48c746d1c8

View File

@ -72,13 +72,6 @@ _stock_image = os.path.join(const.IMAGE_DIR,'stock_link.png')
LINK_PIC = gtk.gdk.pixbuf_new_from_file(_stock_image)
BLANK_PIC = gtk.gdk.Pixbuf(0,0,8,1,1)
#-------------------------------------------------------------------------
#
# The file used to store the state of the Clipboard (was scratchpad) between sessions
#
#-------------------------------------------------------------------------
SCRATCHPAD_FILE = os.path.join(const.HOME_DIR,"scratchpad.dat")
#-------------------------------------------------------------------------
#
# wrapper classes to provide object specific listing in the ListView