]> Pileus Git - ~andy/gtk/commitdiff
Mention that %NULL is allowed. (#336937, Christian Neumair)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Apr 2006 18:09:05 +0000 (18:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 3 Apr 2006 18:09:05 +0000 (18:09 +0000)
2006-04-03  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
that %NULL is allowed.  (#336937, Christian Neumair)

ChangeLog
ChangeLog.pre-2-10
gtk/gtkprogressbar.c

index 62bfa55503a8b565ef25efa3e7c06fd5a5ea20bc..43623106fba665c6b0a54a7f9a55bceb88dfe54d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
+       that %NULL is allowed.  (#336937, Christian Neumair)
+
        * gtk/gtkmain.c: Get rid of an unnecessary static variable.
 
        * gtk/gtktextlayout.c: Fix a warning.
index 62bfa55503a8b565ef25efa3e7c06fd5a5ea20bc..43623106fba665c6b0a54a7f9a55bceb88dfe54d 100644 (file)
@@ -1,5 +1,8 @@
 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
+       that %NULL is allowed.  (#336937, Christian Neumair)
+
        * gtk/gtkmain.c: Get rid of an unnecessary static variable.
 
        * gtk/gtktextlayout.c: Fix a warning.
index f574f28186710b3ebb3f29b89abe991e120efc07..75edf5f810c87126d0fbe8097e8ee6104c340716 100644 (file)
@@ -1018,7 +1018,7 @@ gtk_progress_bar_pulse (GtkProgressBar *pbar)
 /**
  * gtk_progress_bar_set_text:
  * @pbar: a #GtkProgressBar
- * @text: a UTF-8 string
+ * @text: a UTF-8 string, or %NULL 
  * 
  * Causes the given @text to appear superimposed on the progress bar.
  **/