diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-13 22:01:48 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-06-13 22:01:48 +0000 |
commit | af594b60e97a43d8c60027971ed91029df5a7e67 (patch) | |
tree | 36b16d608703b71803a5c78a11f705814cad7f9b /src | |
parent | Fixed my old and bouncy email address (diff) | |
download | zenity-af594b60e97a43d8c60027971ed91029df5a7e67.tar.gz zenity-af594b60e97a43d8c60027971ed91029df5a7e67.tar.bz2 zenity-af594b60e97a43d8c60027971ed91029df5a7e67.zip |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/progress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progress.c b/src/progress.c index e07039be..c7ab5cf1 100644 --- a/src/progress.c +++ b/src/progress.c @@ -101,7 +101,7 @@ zenity_progress_handle_stdin (GIOChannel *channel, /* We have a comment, so let's try to change the label */ match = g_strstr_len (string->str, strlen (string->str), "#"); match++; - gtk_label_set_text (GTK_LABEL (progress_label), g_strchomp (g_strchug (match))); + gtk_label_set_text (GTK_LABEL (progress_label), g_strcompress(g_strchomp (g_strchug (match)))); } else { if (!g_ascii_isdigit (*(string->str))) |