GNOME Bugzilla – Bug 329710
Cal publishUI, 'Enable' button should change to disable when account is enabled
Last modified: 2009-10-15 14:56:48 UTC
In Calendar publishing UI, 'Enable' button should change to disable when account is enabled.
Created attachment 58995 [details] [review] Changed label of Enable button to Disable for enabled url
if (url->enabled) + gtk_button_set_label ((GtkButton *)ui->url_enable, "Disable"); + else + gtk_button_set_label ((GtkButton *)ui->url_enable, "Enable"); Instead of duplicating the code three times. Having a function to do it would be much better.
Bumping version to a stable release.
Created attachment 139804 [details] [review] proposed evo patch for evolution; As this simple. Please notice two things: a) there had been code to disable the "Enable" button; might be for some other bug report. Funnyly enough, 3 times the same code there. b) when one changed the enabled by clicking in the tree directly, the new state wasn't saved, thus next start everything was back
*** Bug 330090 has been marked as a duplicate of this bug. ***
Created commit 47dcdfd in evo master (2.29.1+)