[maemo-commits] [maemo-commits] r13194 - in projects/haf/trunk/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Aug 15 12:34:59 EEST 2007
Author: lucasr
Date: 2007-08-15 12:34:57 +0300 (Wed, 15 Aug 2007)
New Revision: 13194

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c
Log:
2007-08-15  Lucas Rocha  <lucas.rocha at nokia.com>

	* src/hd-select-plugins-dialog.c: remove use of deprecated property.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-15 09:29:52 UTC (rev 13193)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-08-15 09:34:57 UTC (rev 13194)
@@ -1,3 +1,7 @@
+2007-08-15  Lucas Rocha  <lucas.rocha at nokia.com>
+
+	* src/hd-select-plugins-dialog.c: remove use of deprecated property.
+
 2007-08-14  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* src/hd-panel-window-dialog.c: fixed critical warning when getting

Modified: projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c	2007-08-15 09:29:52 UTC (rev 13193)
+++ projects/haf/trunk/hildon-desktop/src/hd-select-plugins-dialog.c	2007-08-15 09:34:57 UTC (rev 13194)
@@ -281,8 +281,6 @@
 
   treeview = gtk_tree_view_new_with_model (GTK_TREE_MODEL (plugin_list));
 
-  g_object_set (treeview, "allow-checkbox-mode", FALSE, NULL);
-
   cell_renderer = gtk_cell_renderer_toggle_new ();
 
   gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (treeview), 


More information about the maemo-commits mailing list