Make the apply button activate when the new feed is added

svn path=/trunk/; revision=12615
This commit is contained in:
Iain Holmes
2001-09-04 23:38:18 +00:00
parent 261a380610
commit 5bd216cdff
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-09-04 Iain Holmes <iain@ximian.com>
* e-summary-preferences.c (add_dialog_clicked_cb): When the feed is
added make the Apply button activate.
2001-09-04 Iain Holmes <iain@ximian.com>
* metar.c (weather_conditions_string): Don't return '-' if there is no

View File

@ -856,6 +856,7 @@ add_dialog_clicked_cb (GnomeDialog *dialog,
pd->summary->preferences->rdf_urls);
gnome_property_box_changed (pd->box);
gnome_dialog_close (dialog);
}