summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/themes/coco/coco-theme.c4
-rw-r--r--src/themes/nodoka/nodoka-theme.c4
-rw-r--r--src/themes/slider/theme.c4
-rw-r--r--src/themes/standard/theme.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/themes/coco/coco-theme.c b/src/themes/coco/coco-theme.c
index 0913174..221d358 100644
--- a/src/themes/coco/coco-theme.c
+++ b/src/themes/coco/coco-theme.c
@@ -542,7 +542,7 @@ set_notification_text(GtkWindow *nw, const char *summary, const char *body)
if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) {
goto render_fail;
}
- goto renrer_ok;
+ goto render_ok;
}
render_fail:
@@ -553,7 +553,7 @@ render_fail:
g_free (quoted);
g_free (str);
-renrer_ok:
+render_ok:
xmlCleanupParser ();
if (body == NULL || *body == '\0')
diff --git a/src/themes/nodoka/nodoka-theme.c b/src/themes/nodoka/nodoka-theme.c
index 3f62940..3799ac2 100644
--- a/src/themes/nodoka/nodoka-theme.c
+++ b/src/themes/nodoka/nodoka-theme.c
@@ -934,7 +934,7 @@ set_notification_text(GtkWindow *nw, const char *summary, const char *body)
if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) {
goto render_fail;
}
- goto renrer_ok;
+ goto render_ok;
}
render_fail:
@@ -945,7 +945,7 @@ render_fail:
g_free (quoted);
g_free (str);
-renrer_ok:
+render_ok:
xmlCleanupParser ();
if (body == NULL || *body == '\0')
diff --git a/src/themes/slider/theme.c b/src/themes/slider/theme.c
index 8cc203c..38b21d4 100644
--- a/src/themes/slider/theme.c
+++ b/src/themes/slider/theme.c
@@ -555,7 +555,7 @@ void set_notification_text(GtkWindow* nw, const char* summary, const char* body)
if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) {
goto render_fail;
}
- goto renrer_ok;
+ goto render_ok;
}
render_fail:
@@ -564,7 +564,7 @@ render_fail:
gtk_label_set_markup (GTK_LABEL (windata->body_label), quoted);
g_free (quoted);
-renrer_ok:
+render_ok:
xmlCleanupParser ();
if (body == NULL || *body == '\0')
diff --git a/src/themes/standard/theme.c b/src/themes/standard/theme.c
index c243a4f..bbe6a71 100644
--- a/src/themes/standard/theme.c
+++ b/src/themes/standard/theme.c
@@ -900,7 +900,7 @@ void set_notification_text(GtkWindow* nw, const char* summary, const char* body)
if ((body_label_text == NULL) || (strlen (body_label_text) == 0)) {
goto render_fail;
}
- goto renrer_ok;
+ goto render_ok;
}
render_fail:
@@ -909,7 +909,7 @@ render_fail:
gtk_label_set_markup (GTK_LABEL (windata->body_label), quoted);
g_free (quoted);
-renrer_ok:
+render_ok:
xmlCleanupParser ();
if (body == NULL || *body == '\0')