sourceview: Don't check if objects are not NULL before calling g_clear_object().
commit7d974c8cad5c9fc8538319fbd8524f8f416ab66e
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Tue, 1 Jan 2013 17:09:12 +0000 (1 18:09 +0100)
committerSébastien Granjoux <seb.sfo@free.fr>
Tue, 1 Jan 2013 21:14:18 +0000 (1 22:14 +0100)
tree41a7d86a9c924bdb3f49f13e6990a1620af99688
parent2e7a07eafa0b3a3024047e5ed0df40d390b59369
sourceview: Don't check if objects are not NULL before calling g_clear_object().

g_clear_object() does that itself so there's no need to do it.

https://bugzilla.gnome.org/show_bug.cgi?id=690943
plugins/sourceview/sourceview-prefs.c
plugins/sourceview/sourceview.c