Scratchpad does not keep history between sessions anymore
svn: r12747
This commit is contained in:
@ -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)
|
LINK_PIC = gtk.gdk.pixbuf_new_from_file(_stock_image)
|
||||||
BLANK_PIC = gtk.gdk.Pixbuf(0,0,8,1,1)
|
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
|
# wrapper classes to provide object specific listing in the ListView
|
||||||
|
Reference in New Issue
Block a user