*** empty log message ***
This commit is contained in:
parent
9050357a9b
commit
af594b60e9
@ -1,5 +1,6 @@
|
|||||||
2003-06-13 Mike Newman <mikegtn@gnome.org>
|
2003-06-13 Mike Newman <mikegtn@gnome.org>
|
||||||
|
|
||||||
|
* src/progress.c: allow \t and \n in text updated via '#' lines.
|
||||||
* src/about.c: fixed my email address.
|
* src/about.c: fixed my email address.
|
||||||
|
|
||||||
2003-06-10 Mike Newman <mikegtn@gnome.org>
|
2003-06-10 Mike Newman <mikegtn@gnome.org>
|
||||||
|
@ -101,7 +101,7 @@ zenity_progress_handle_stdin (GIOChannel *channel,
|
|||||||
/* We have a comment, so let's try to change the label */
|
/* We have a comment, so let's try to change the label */
|
||||||
match = g_strstr_len (string->str, strlen (string->str), "#");
|
match = g_strstr_len (string->str, strlen (string->str), "#");
|
||||||
match++;
|
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 {
|
} else {
|
||||||
|
|
||||||
if (!g_ascii_isdigit (*(string->str)))
|
if (!g_ascii_isdigit (*(string->str)))
|
||||||
|
Reference in New Issue
Block a user