aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/alarm-dialog.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:25:07 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-07 23:39:47 +0800
commitcd76c782bdfdae2efec7ff718fcc85c5559862c2 (patch)
tree1ca61d6c8c2a8a8496e38bc02656b87d536e940b /calendar/gui/dialogs/alarm-dialog.c
parent90cacf75ddd1eee547777935158674569417c684 (diff)
downloadgsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.gz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.bz2
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.lz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.xz
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.tar.zst
gsoc2013-evolution-cd76c782bdfdae2efec7ff718fcc85c5559862c2.zip
Miscellaneous cleanups.
Diffstat (limited to 'calendar/gui/dialogs/alarm-dialog.c')
-rw-r--r--calendar/gui/dialogs/alarm-dialog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/alarm-dialog.c b/calendar/gui/dialogs/alarm-dialog.c
index a51fadef5f..a1c73b43c6 100644
--- a/calendar/gui/dialogs/alarm-dialog.c
+++ b/calendar/gui/dialogs/alarm-dialog.c
@@ -184,9 +184,9 @@ clear_widgets (Dialog *dialog)
static void
populate_relative_time_combobox_widget (GtkWidget *combobox,
- ECalClient *cal_client,
- const gint *map,
- gint prop)
+ ECalClient *cal_client,
+ const gint *map,
+ gint prop)
{
GtkTreeModel *model;
GtkTreeIter iter;
@@ -817,7 +817,7 @@ dialog_to_alarm (Dialog *dialog)
static void
build_combobox_widget (GtkWidget *combobox,
- const gchar *actions[])
+ const gchar *actions[])
{
GtkComboBox *combo = GTK_COMBO_BOX (combobox);
GtkCellRenderer *cell;