forked from AuroraMiddleware/gtk
Fix an example. (#322493, Elie De Brauwer)
2005-11-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup): Fix an example. (#322493, Elie De Brauwer)
This commit is contained in:
parent
7014ef0032
commit
d3a05fe03c
@ -1,5 +1,8 @@
|
||||
2005-11-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
|
||||
Fix an example. (#322493, Elie De Brauwer)
|
||||
|
||||
Fix two memory handling problems in GtkTreeView: (#322350,
|
||||
Søren Sandmann)
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-11-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
|
||||
Fix an example. (#322493, Elie De Brauwer)
|
||||
|
||||
Fix two memory handling problems in GtkTreeView: (#322350,
|
||||
Søren Sandmann)
|
||||
|
||||
|
@ -472,7 +472,7 @@ gtk_message_dialog_new (GtkWindow *parent,
|
||||
* dialog = gtk_message_dialog_new (main_application_window,
|
||||
* GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
* GTK_MESSAGE_ERROR,
|
||||
* GTK_BUTTON_CLOSE,
|
||||
* GTK_BUTTONS_CLOSE,
|
||||
* NULL);
|
||||
* gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dialog),
|
||||
* markup);
|
||||
|
Loading…
Reference in New Issue
Block a user