GNOME Bugzilla – Bug 344630
gconf key doesn't match between source code and schema
Last modified: 2006-06-12 11:56:17 UTC
Please describe the problem: In schema, a gconf key called confirm_expunage is created and in calendar/gui/migration.c ConfirmExpunge is migrated to confirm_expunge. But in source code, confirm_purge is used, everytime one wants to get the value of confirm_purge key, FALSE is returned. So when one wants to purge a tasklist, no confirm would popup. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 67160 [details] [review] patch to fix the bug
Looks good to commit.
Can i commit the patch into gnome-2-14 branch too?
since there are no user visible strings affected and this does not change the API, i'd say yes - please commit to gnome-2-14 too. thanks in advance
Committed on both branches - so this could get in time for today's relase. Thanks for the patch.