diff options
author | rbuj <[email protected]> | 2021-10-23 03:27:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-08-06 17:05:12 +0200 |
commit | ccf7acd02f313a3f42039469a53eeb4d9a41f38b (patch) | |
tree | d284d6535c29ecf1e0070f435ed801399f98ae5b /src/themes/nodoka | |
parent | 5850ec4d315ac056cc56995448a38a175b4b902a (diff) | |
download | mate-notification-daemon-ccf7acd02f313a3f42039469a53eeb4d9a41f38b.tar.bz2 mate-notification-daemon-ccf7acd02f313a3f42039469a53eeb4d9a41f38b.tar.xz |
themes: fix typo
Diffstat (limited to 'src/themes/nodoka')
-rw-r--r-- | src/themes/nodoka/nodoka-theme.c | 4 |
1 files changed, 2 insertions, 2 deletions
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') |