Don't crash on style changes. (#169334, Yury Puzis)
2005-03-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (add_credits_page): Don't crash on style changes. (#169334, Yury Puzis)
This commit is contained in:
parent
7ecf872b9a
commit
9adb145bb6
@ -1,5 +1,8 @@
|
|||||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||||
|
style changes. (#169334, Yury Puzis)
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
|
* gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
|
||||||
the doc comments. (#169967, Masao Mutoh)
|
the doc comments. (#169967, Masao Mutoh)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||||
|
style changes. (#169334, Yury Puzis)
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
|
* gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
|
||||||
the doc comments. (#169967, Masao Mutoh)
|
the doc comments. (#169967, Masao Mutoh)
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||||
|
style changes. (#169334, Yury Puzis)
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
|
* gtk/gtkicontheme.c (gtk_icon_theme_set_custom_theme): Fix
|
||||||
the doc comments. (#169967, Masao Mutoh)
|
the doc comments. (#169967, Masao Mutoh)
|
||||||
|
|
||||||
|
@ -1829,8 +1829,8 @@ add_credits_page (GtkAboutDialog *about,
|
|||||||
}
|
}
|
||||||
|
|
||||||
view = gtk_text_view_new ();
|
view = gtk_text_view_new ();
|
||||||
g_signal_connect (about, "style_set",
|
g_signal_connect_object (about, "style_set",
|
||||||
G_CALLBACK (text_view_style_set), view);
|
G_CALLBACK (text_view_style_set), view);
|
||||||
|
|
||||||
buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
|
buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
|
||||||
gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE);
|
gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user