[grisbi-cvs] [SCM] grisbi branch, master, updated. e0837dd11f0034327ddd6ce60ac06f16fc9e9334

Rémi Cardona nobody at users.sourceforge.net
Tue Jun 15 08:50:00 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  e0837dd11f0034327ddd6ce60ac06f16fc9e9334 (commit)
      from  62514ef6762715976f2c5039bb22e6bd0efef794 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e0837dd11f0034327ddd6ce60ac06f16fc9e9334
Author: Rémi Cardona <remi at gentoo.org>
Date:   Mon Jun 14 09:34:54 2010 +0200

    gtk_combofix: delete dead code related to "auto_sort"

-----------------------------------------------------------------------

Changes:
diff --git a/src/gtk_combofix.c b/src/gtk_combofix.c
index 6fbdb8b..6641bec 100644
--- a/src/gtk_combofix.c
+++ b/src/gtk_combofix.c
@@ -53,8 +53,6 @@ struct _GtkComboFixPrivate
     gboolean mixed_sort;
     /* 0 to show all the items */
     gint max_items;
-    /* automatic sorting */
-    gint auto_sort;
 
     gint visible_items;
 };
@@ -170,7 +168,7 @@ guint gtk_combofix_get_type ( void )
 
 /**
  * create a combofix, with several list set one after the others
- * by default, force is not set, auto_sort is TRUE, no max items
+ * by default, force is not set, no max items
  * and case unsensitive
  *
  * \param list a g_slist of name (\t at the beginning makes it as a child)
@@ -191,7 +189,6 @@ GtkWidget *gtk_combofix_new ( GSList *list )
     priv -> force = FALSE;
     priv -> max_items = 0;
     priv -> case_sensitive = FALSE;
-    priv -> auto_sort = TRUE;
     priv -> visible_items = 0;
 
     gtk_combofix_set_list (combofix, list);
diff --git a/src/gtk_combofix.h b/src/gtk_combofix.h
index bdb013b..e2efa89 100644
--- a/src/gtk_combofix.h
+++ b/src/gtk_combofix.h
@@ -79,7 +79,6 @@ gboolean gtk_combofix_hide_popup ( GtkComboFix *combofix );
 gboolean gtk_combofix_set_list ( GtkComboFix *combofix, GSList *list );
 void gtk_combofix_set_max_items ( GtkComboFix *combofix, gint max_items );
 void gtk_combofix_set_mixed_sort ( GtkComboFix *combofix, gboolean mixed_sort );
-void gtk_combofix_set_sort ( GtkComboFix *combofix, gboolean auto_sort );
 
 /* set callback */
 void gtk_combofix_set_selection_callback ( GtkComboFix *combofix,


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list