diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-09-05 07:38:18 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-09-05 07:38:18 +0800 |
commit | 5bd216cdffddd5307d7d36bd8a1ee1539489f01d (patch) | |
tree | 92797213f00dd2bd25dff8f6420a9ddee663b027 /my-evolution | |
parent | 261a380610297c72baf9bde93813789f0e5cd01d (diff) | |
download | gsoc2013-evolution-5bd216cdffddd5307d7d36bd8a1ee1539489f01d.tar gsoc2013-evolution-5bd216cdffddd5307d7d36bd8a1ee1539489f01d.tar.gz gsoc2013-evolution-5bd216cdffddd5307d7d36bd8a1ee1539489f01d.tar.bz2 gsoc2013-evolution-5bd216cdffddd5307d7d36bd8a1ee1539489f01d.tar.lz gsoc2013-evolution-5bd216cdffddd5307d7d36bd8a1ee1539489f01d.tar.xz gsoc2013-evolution-5bd216cdffddd5307d7d36bd8a1ee1539489f01d.tar.zst gsoc2013-evolution-5bd216cdffddd5307d7d36bd8a1ee1539489f01d.zip |
Make the apply button activate when the new feed is added
svn path=/trunk/; revision=12615
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/e-summary-preferences.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index a639800d86..3133618c71 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,10 @@ 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 condition, as it makes the temperature look negative. diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c index 4a47b87b5b..2410621e97 100644 --- a/my-evolution/e-summary-preferences.c +++ b/my-evolution/e-summary-preferences.c @@ -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); } |