summaryrefslogtreecommitdiff
path: root/tests/testentrycompletion.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2004-11-19 23:30:47 +0000
committerManish Singh <yosh@src.gnome.org>2004-11-19 23:30:47 +0000
commit54b45a19b92629605abdcc6d14c1b1c3a1e941af (patch)
treeffdcd2e9e818624318aff304dea3cee4c169a6aa /tests/testentrycompletion.c
parent60b30ff5136acffc66b9e4fe27fb2509011ca896 (diff)
downloadgtk+-54b45a19b92629605abdcc6d14c1b1c3a1e941af.tar.gz
modules/engines/ms-windows/msw_rc_style.c
Fri Nov 19 15:18:51 2004 Manish Singh <yosh@gimp.org> * modules/engines/ms-windows/msw_rc_style.c * modules/engines/ms-windows/msw_style.c * modules/engines/ms-windows/msw_theme_main.c * modules/engines/pixbuf/pixbuf-main.c * modules/engines/pixbuf/pixbuf-rc-style.c * modules/input/gtkimcontextime.c * modules/input/gtkimcontextxim.c * modules/input/imam-et.c * modules/input/imcedilla.c * modules/input/imcyrillic-translit.c * modules/input/iminuktitut.c * modules/input/imipa.c * modules/input/imthai-broken.c * modules/input/imti-er.c * modules/input/imti-et.c * modules/input/imviqr.c * tests/prop-editor.c * tests/testentrycompletion.c * tests/testfilechooser.c * tests/testmerge.c * tests/testtoolbar.c * tests/testtreecolumns.c * tests/testtreeview.c: get rid of unnecessary casts. * tests/testgtk.c (create_labels): add GTK_LABEL() casts for gtk_label_set_ellipsize() calls. * tests/testicontheme.c (main): remove unused pixbuf variable.
Diffstat (limited to 'tests/testentrycompletion.c')
-rw-r--r--tests/testentrycompletion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testentrycompletion.c b/tests/testentrycompletion.c
index 2ffd1e9e3f..18dbb32df5 100644
--- a/tests/testentrycompletion.c
+++ b/tests/testentrycompletion.c
@@ -337,7 +337,7 @@ main (int argc, char *argv[])
"text", 1, NULL);
gtk_entry_completion_set_match_func (completion, match_func, NULL, NULL);
- g_signal_connect (G_OBJECT (completion), "match-selected",
+ g_signal_connect (completion, "match-selected",
G_CALLBACK (match_selected_cb), NULL);
gtk_entry_completion_insert_action_text (completion, 100, "action!");