gnome-utils r7928 - in trunk/baobab: . src



Author: acastro
Date: Sun May 11 08:19:47 2008
New Revision: 7928
URL: http://svn.gnome.org/viewvc/gnome-utils?rev=7928&view=rev

Log:

	* src/baobab.c:
	(baobab_stop_scan): Remove three lines setting the status of the
	application from this function, baobab_scan_location is already
	doing these actions, so the functions were called twice.



Modified:
   trunk/baobab/ChangeLog
   trunk/baobab/src/baobab.c

Modified: trunk/baobab/src/baobab.c
==============================================================================
--- trunk/baobab/src/baobab.c	(original)
+++ trunk/baobab/src/baobab.c	Sun May 11 08:19:47 2008
@@ -228,10 +228,6 @@
 	gtk_tree_model_foreach (GTK_TREE_MODEL (baobab.model),
 				show_bars, NULL);
 	gtk_tree_view_columns_autosize (GTK_TREE_VIEW (baobab.tree_view));
-
-	baobab_set_busy (FALSE);
-	check_menu_sens (FALSE);
-	set_statusbar (_("Ready"));
 }
 
 /*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]