diff options
author | Manish Singh <yosh@gimp.org> | 2002-10-13 23:22:33 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-10-13 23:22:33 +0000 |
commit | 37278865e17dc4fe7583511c30c3570fdfcf68d1 (patch) | |
tree | 350d1a0693ba94c3a0ff3b99f51b6c6640cd394a /tests/testmultiscreen.c | |
parent | aa54cfeede6e16fcde760a417a1c81da04ac8a0c (diff) | |
download | gtk+-37278865e17dc4fe7583511c30c3570fdfcf68d1.tar.gz |
Deprecation cleanup
Sun Oct 13 16:20:41 2002 Manish Singh <yosh@gimp.org>
* tests/pixbuf-randomly-modified.c tests/prop-editor.c
tests/testcalendar.c tests/testdnd.c tests/testgtk.c tests/testinput.c
tests/testmultidisplay.c tests/testmultiscreen.c tests/testrgb.c
tests/testselection.c tests/testsocket.c tests/testsocket_common.c
tests/testtext.c tests/testtextbuffer.c tests/testtreecolumns.c
tests/testtreeedit.c tests/testtreeflow.c tests/testtreefocus.c
tests/testtreesort.c tests/testtreeview.c tests/testxinerama.c
tests/treestoretest.c: Deprecation cleanup
* tests/Makefile.am: Added disable deprecation flags
Diffstat (limited to 'tests/testmultiscreen.c')
-rw-r--r-- | tests/testmultiscreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testmultiscreen.c b/tests/testmultiscreen.c index ffe9f8ca26..04a83157ef 100644 --- a/tests/testmultiscreen.c +++ b/tests/testmultiscreen.c @@ -139,7 +139,7 @@ main (int argc, char *argv[]) "visible", TRUE, NULL); - g_signal_connect (G_OBJECT (moving_button), "clicked", + g_signal_connect (moving_button, "clicked", G_CALLBACK (move), moving_vbox); gtk_container_add (GTK_CONTAINER (moving_vbox), moving_button); |