[maemo-commits] [maemo-commits] r17243 - in projects/haf/branches/hildon-fm/fremantle: . hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Jan 21 15:28:45 EET 2009
Author: mtuhkanen
Date: 2009-01-21 15:28:27 +0200 (Wed, 21 Jan 2009)
New Revision: 17243

Modified:
   projects/haf/branches/hildon-fm/fremantle/ChangeLog
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c
Log:
save button is not dimmed in the beginning anymore

Modified: projects/haf/branches/hildon-fm/fremantle/ChangeLog
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/ChangeLog	2009-01-21 13:17:58 UTC (rev 17242)
+++ projects/haf/branches/hildon-fm/fremantle/ChangeLog	2009-01-21 13:28:27 UTC (rev 17243)
@@ -1,5 +1,10 @@
-'2008-12-22 Yang Li <yang.li at d\igia.com>
+2009-01-21 Mikko Tuhkanen <mikko.tuhkanen at d\igia.com>
 
+    * hildon-fm/hildon-file-chooser-dialog.c:
+	save button is not dimmed in the beginning anymore
+
+2008-12-22 Yang Li <yang.li at d\igia.com>
+
 	* hildon-fm/hildon-file-chooser.c:
 	no showing the file type dialog when no extension inputs
 	

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c	2009-01-21 13:17:58 UTC (rev 17242)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-chooser-dialog.c	2009-01-21 13:28:27 UTC (rev 17243)
@@ -725,13 +725,6 @@
         GSList *files = _hildon_file_selection_get_selected_files(
                                       HILDON_FILE_SELECTION(priv->filetree));
 
-	if(files != NULL) {
-	  gtk_widget_set_sensitive(priv->action_button, TRUE);
-	}
-	else {
-	  ULOG_DEBUG("SELECTION NULL");
-	  gtk_widget_set_sensitive(priv->action_button, FALSE);
-	}
         gtk_file_paths_free(files);
     }
 }


More information about the maemo-commits mailing list