remove some unnecessary casts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -298,7 +298,7 @@ static void gtk_assert_dialog_init(GtkAssertDialog* dlg)
|
||||
/* add the expander */
|
||||
dlg->expander = gtk_expander_new_with_mnemonic ("Back_trace:");
|
||||
gtk_box_pack_start (GTK_BOX(vbox), dlg->expander, TRUE, TRUE, 0);
|
||||
g_signal_connect (GTK_EXPANDER(dlg->expander), "activate",
|
||||
g_signal_connect (dlg->expander, "activate",
|
||||
G_CALLBACK(gtk_assert_dialog_expander_callback), dlg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user