** Fix for bug #502914
2008-01-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #502914 * bbdb.c: (enable_toggled_cb): Do not write NULL into gconf. svn path=/trunk/; revision=34747
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2008-01-02 Milan Crha <mcrha@redhat.com>
|
||||
|
||||
** Fix for bug #502914
|
||||
|
||||
* bbdb.c: (enable_toggled_cb): Do not write NULL into gconf.
|
||||
|
||||
2007-12-03 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
** Fix for bug #391062
|
||||
|
||||
@ -401,7 +401,7 @@ enable_toggled_cb (GtkWidget *widget, gpointer data)
|
||||
gconf_client_set_string (
|
||||
stuff->target->gconf,
|
||||
GCONF_KEY_WHICH_ADDRESSBOOK,
|
||||
uri, &error);
|
||||
uri ? uri : "", &error);
|
||||
|
||||
if (error != NULL) {
|
||||
g_warning ("%s", error->message);
|
||||
|
||||
Reference in New Issue
Block a user