r1300@mlap: muntyan | 2006-02-21 02:29:01 -0600

Fixed mixing code and declarations
master
Yevgen Muntyan 2006-02-21 14:33:20 +00:00
parent 77df16658f
commit baaa7c2eb5
1 changed files with 2 additions and 2 deletions

View File

@ -639,8 +639,6 @@ completion_tab_key (MooFileEntryCompletion *cmpl)
static gboolean
completion_popup_tab_key_press (MooFileEntryCompletion *cmpl)
{
cmpl->priv->recheck_prefix = FALSE;
int n_items;
GtkTreePath *path;
GtkTreeIter iter;
@ -649,6 +647,8 @@ completion_popup_tab_key_press (MooFileEntryCompletion *cmpl)
GString *prefix;
gboolean unique;
cmpl->priv->recheck_prefix = FALSE;
n_items = gtk_tree_model_iter_n_children (cmpl->priv->model, NULL);
if (!n_items)