r1300@mlap: muntyan | 2006-02-21 02:29:01 -0600
Fixed mixing code and declarationsmaster
parent
77df16658f
commit
baaa7c2eb5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue