diff options
author | Colin Walters <walters@verbum.org> | 2010-06-28 14:15:10 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-06-28 14:15:10 -0400 |
commit | 905f98816674bf3098d519778d73b0bf1acdf286 (patch) | |
tree | 1c438a82f0fc629d8edcf948198c323e0b08d7e2 /gtk/gtkentrycompletion.c | |
parent | 17f8b5e581b3f2eca4e58c616bfbf2b3d6639974 (diff) | |
download | gtk+-905f98816674bf3098d519778d73b0bf1acdf286.tar.gz |
Revert "Add length to gtk_tree_path_get_indices"
This reverts commit eebb16eb1af11c5327dd06b23df82f7528566739.
Was an accidental commit.
Diffstat (limited to 'gtk/gtkentrycompletion.c')
-rw-r--r-- | gtk/gtkentrycompletion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index 3bd2b612da..6225b41dda 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -920,7 +920,7 @@ gtk_entry_completion_action_button_press (GtkWidget *widget, &path, NULL, NULL, NULL)) { g_signal_emit (completion, entry_completion_signals[ACTION_ACTIVATED], - 0, gtk_tree_path_get_indices (path, NULL)[0]); + 0, gtk_tree_path_get_indices (path)[0]); gtk_tree_path_free (path); _gtk_entry_completion_popdown (completion); |