[Xfce4-commits] [apps/xfce4-notifyd] 01/02: Fix typos
noreply at xfce.org
noreply at xfce.org
Thu Mar 1 00:54:56 CET 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-notifyd.
commit 787a06f7fb0793042ab48a4f6d7e191122c34706
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Mar 1 00:50:29 2018 +0100
Fix typos
---
xfce4-notifyd/xfce-notify-window.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index c5b515e..b43037d 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -259,8 +259,8 @@ xfce_notify_window_init(XfceNotifyWindow *window)
gtk_label_set_max_width_chars (GTK_LABEL(window->summary), screen_width);
gtk_label_set_ellipsize (GTK_LABEL (window->summary), PANGO_ELLIPSIZE_END);
gtk_label_set_line_wrap (GTK_LABEL(window->summary), TRUE);
- gtk_label_set_line_wrap_mode (GTK_LABEL (window->body), PANGO_WRAP_WORD_CHAR);
- gtk_label_set_lines (GTK_LABEL (window->body), 1);
+ gtk_label_set_line_wrap_mode (GTK_LABEL (window->summary), PANGO_WRAP_WORD_CHAR);
+ gtk_label_set_lines (GTK_LABEL (window->summary), 1);
gtk_widget_set_halign (window->summary, GTK_ALIGN_FILL);
#if GTK_CHECK_VERSION (3, 16, 0)
gtk_label_set_xalign (GTK_LABEL(window->summary), 0);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list