CVSROOT:        /cvs/gnome
Module name:    gedit
Changes by:     jessevdk        06/05/23 07:03:55

Modified files:
        .              : ChangeLog 
        plugins/snippets/snippets: SnippetsLibrary.py 

Log message:
* plugins/snippets/snippets/SnippetsLibrary.py: fixed a problem with
removing the last user snippet in a user library. The library would
signal the store that it should be removed and that causes the
container to be removed. After that the remove_snippet function would
try to remove the snippet from the container causing a ValueError.
Only IndexErrors were caught. The fix is to catch every error.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gedit&who=jessevdk&date=explicit&mindate=2006-05-23%2007:02&maxdate=2006-05-23%2007:04

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to