[gnome-calendar] edit-dialog: fix typo
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] edit-dialog: fix typo
- Date: Wed, 14 Sep 2016 19:43:52 +0000 (UTC)
commit 18c5607d871ab82d9cd4fce3f01ce8b9f32747ca
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Sep 14 16:11:22 2016 -0300
edit-dialog: fix typo
src/gcal-edit-dialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-edit-dialog.c b/src/gcal-edit-dialog.c
index 4cf1a69..1c4f01c 100644
--- a/src/gcal-edit-dialog.c
+++ b/src/gcal-edit-dialog.c
@@ -738,7 +738,7 @@ struct
};
static GtkWidget*
-get_row_fow_alarm_trigger_minutes (GcalEditDialog *self,
+get_row_for_alarm_trigger_minutes (GcalEditDialog *self,
gint minutes)
{
guint i;
@@ -769,7 +769,7 @@ remove_button_clicked (GtkButton *button,
/*
* Make the button sensitive again
*/
- alarm_button = get_row_fow_alarm_trigger_minutes (self, trigger_minutes);
+ alarm_button = get_row_for_alarm_trigger_minutes (self, trigger_minutes);
if (alarm_button)
gtk_widget_set_sensitive (alarm_button, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]