aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-time-sel.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.c')
-rw-r--r--calendar/gui/e-meeting-time-sel.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c
index 53d6107d1d..21eb97ea8a 100644
--- a/calendar/gui/e-meeting-time-sel.c
+++ b/calendar/gui/e-meeting-time-sel.c
@@ -35,6 +35,8 @@
#include <libebackend/libebackend.h>
#include <libgnomecanvas/libgnomecanvas.h>
+#include <e-util/e-util.h>
+
#include "e-meeting-utils.h"
#include "e-meeting-list-view.h"
#include "e-meeting-time-sel-item.h"
@@ -542,12 +544,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector *mts,
0, 1, 3, 4, GTK_FILL, 0, 0, 0);
gtk_widget_show (hbox);
- mts->add_attendees_button =
- gtk_button_new_with_mnemonic (_("Atte_ndees..."));
- gtk_button_set_image (
- GTK_BUTTON (mts->add_attendees_button),
- gtk_image_new_from_stock (
- GTK_STOCK_JUMP_TO, GTK_ICON_SIZE_BUTTON));
+ mts->add_attendees_button = e_dialog_button_new_with_icon ("go-jump", _("Atte_ndees..."));
gtk_box_pack_start (GTK_BOX (hbox), mts->add_attendees_button, TRUE, TRUE, 6);
gtk_widget_show (mts->add_attendees_button);
g_signal_connect (