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:
committed by
Matthias Clasen
parent
110abb3012
commit
997ee38f4e
@@ -1,3 +1,8 @@
|
||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||
style changes. (#169334, Yury Puzis)
|
||||
|
||||
2005-03-12 Ivan, Wong Yat Cheung <email@ivanwong.info>
|
||||
|
||||
Big window fix for Win32. Big windows are still emulated within
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||
style changes. (#169334, Yury Puzis)
|
||||
|
||||
2005-03-12 Ivan, Wong Yat Cheung <email@ivanwong.info>
|
||||
|
||||
Big window fix for Win32. Big windows are still emulated within
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-03-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaboutdialog.c (add_credits_page): Don't crash on
|
||||
style changes. (#169334, Yury Puzis)
|
||||
|
||||
2005-03-12 Ivan, Wong Yat Cheung <email@ivanwong.info>
|
||||
|
||||
Big window fix for Win32. Big windows are still emulated within
|
||||
|
||||
@@ -1830,8 +1830,8 @@ add_credits_page (GtkAboutDialog *about,
|
||||
}
|
||||
|
||||
view = gtk_text_view_new ();
|
||||
g_signal_connect (about, "style_set",
|
||||
G_CALLBACK (text_view_style_set), view);
|
||||
g_signal_connect_object (about, "style_set",
|
||||
G_CALLBACK (text_view_style_set), view);
|
||||
|
||||
buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view));
|
||||
gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (view), FALSE);
|
||||
|
||||
Reference in New Issue
Block a user