[nautilus] Fix the build.



commit dec816b65de82e832e29c0cea1a8c330ffa5954a
Author: A. Walton <awalton gnome org>
Date:   Fri Jun 19 08:12:11 2009 -0400

    Fix the build.
    
    self_start_stop_type uninitialized in fm-directory-view.c

 src/file-manager/fm-directory-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/file-manager/fm-directory-view.c b/src/file-manager/fm-directory-view.c
index aaf8af9..129069b 100644
--- a/src/file-manager/fm-directory-view.c
+++ b/src/file-manager/fm-directory-view.c
@@ -7600,6 +7600,7 @@ real_update_menus_volumes (FMDirectoryView *view,
 	show_start = (selection != NULL && selection_count == 1);
 	show_stop = (selection != NULL && selection_count == 1);
 	start_stop_type = G_DRIVE_START_STOP_TYPE_UNKNOWN;
+	self_start_stop_type = G_DRIVE_START_STOP_TYPE_UNKNOWN;
 
 	for (l = selection; l != NULL && (show_mount || show_unmount
 					  || show_eject || show_connect



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