diff --git a/ChangeLog b/ChangeLog index 0ae257feaf..e931340e92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-02 Matthias Clasen + + * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): + Fix a doc comment. + 2004-11-01 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0ae257feaf..e931340e92 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-11-02 Matthias Clasen + + * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): + Fix a doc comment. + 2004-11-01 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 0ae257feaf..e931340e92 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-11-02 Matthias Clasen + + * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): + Fix a doc comment. + 2004-11-01 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0ae257feaf..e931340e92 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-11-02 Matthias Clasen + + * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): + Fix a doc comment. + 2004-11-01 Matthias Clasen * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index a31ad6071f..f2b59d299d 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -284,7 +284,7 @@ gtk_file_chooser_button_class_init (GtkFileChooserButtonClass * class) FALSE, G_PARAM_READWRITE)); /** - * GtkFileChooserButton: + * GtkFileChooserButton:width-chars: * * The width of the entry and label inside the button, in characters. *