CVSROOT:        /cvs/gnome
Module name:    gedit
Changes by:     jessevdk        06/05/23 08:41:32

Modified files:
        .              : ChangeLog 
        plugins/snippets/snippets: SnippetPlaceholders.py 
                                   SnippetController.py 

Log message:
* plugins/snippets/snippets/SnippetPlaceholders.py: fix timeout_id
to be None instead of 0 when not active because the value can be
0 in python placeholders (it's used for storing the default sigalarm
handler which can be 0, and it wasn't properly restored because of
this). Added a new exception TimeoutError so the timeout is handled
differently from other errors. Show other errors to the user
(like syntax etc).

* plugins/snippets/snippets/SnippetController.py: make sure to
remove placeholders that need updates from the updates list when they
are removed so that when the update runs the placeholders that don't
exist anymore aren't tried to be updated

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

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

Reply via email to