diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-05-25 03:14:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-05-25 03:14:14 +0800 |
commit | 051f3691f2b12238e8382474138692ebd4e5db2a (patch) | |
tree | d94ba53c54df277d0c7b0ba74e50247f89d065d8 /e-util/e-dialog-utils.c | |
parent | 2f1de610ab8fcf524d2bc9e6d737d3124833eb0b (diff) | |
download | gsoc2013-evolution-051f3691f2b12238e8382474138692ebd4e5db2a.tar.gz gsoc2013-evolution-051f3691f2b12238e8382474138692ebd4e5db2a.tar.zst gsoc2013-evolution-051f3691f2b12238e8382474138692ebd4e5db2a.zip |
** Fixes bug #424562
2007-05-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #424562
* e-util/eggtrayicon.c:
* e-util/eggtrayicon.h:
Evolution requires GTK+ 2.10 now so kill this widget.
* e-util/Makefile.am:
Remove eggtrayicon.c and eggtrayicon.h.
* calendar/gui/dialogs/recur-comp.c (recur_component_dialog):
* e-util/e-dialog-utils.c (e_notice):
* plugins/calendar-weather/calendar-weather.c
(e_calendar_weather_location):
* widgets/text/e-text.c (e_text_copy_clipboard),
(e_text_update_primary_selection), (e_text_paste), (e_text_do_popup):
Remove check for obsolete GTK+ version.
* gui/alarm-notify/alarm-queue.c:
EggTrayIcon is dead; always use GtkStatusIcon.
svn path=/trunk/; revision=33573
Diffstat (limited to 'e-util/e-dialog-utils.c')
-rw-r--r-- | e-util/e-dialog-utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-dialog-utils.c b/e-util/e-dialog-utils.c index e5fb6429aa..1ce839d185 100644 --- a/e-util/e-dialog-utils.c +++ b/e-util/e-dialog-utils.c @@ -80,9 +80,6 @@ e_notice (gpointer parent, GtkMessageType type, const char *format, ...) GTK_BUTTONS_OK, "%s", str); -#if !GTK_CHECK_VERSION (2,4,0) - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); -#endif va_end (args); g_free (str); |