Fix warning about pointer/int confusion

https://bugzilla.gnome.org/show_bug.cgi?id=594679
This commit is contained in:
Vincent Untz 2009-09-12 13:23:09 +02:00
parent 63742b3162
commit 83719cbb90

View File

@ -1034,7 +1034,7 @@ main (int argc, char **argv)
button = gtk_button_new_with_label ("Restack above");
g_signal_connect (button, "clicked",
G_CALLBACK (restack_clicked),
1);
GINT_TO_POINTER (1));
gtk_table_attach_defaults (GTK_TABLE (table),
button,
2, 3,