[nautilus-actions] Fix compilation errors :(



commit 1c47ee3c718b298a985c8c62775a795f1cfeee22
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Mar 25 01:14:22 2010 +0100

    Fix compilation errors :(

 src/core/na-pivot.c                |    6 ++++--
 src/nact/nact-preferences-editor.c |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/core/na-pivot.c b/src/core/na-pivot.c
index 7414001..894a7ef 100644
--- a/src/core/na-pivot.c
+++ b/src/core/na-pivot.c
@@ -824,8 +824,10 @@ na_pivot_is_level_zero_writable( const NAPivot *pivot )
 	GConfClient *gconf;
 	gchar *path;
 
-	writable = FALSE;
-	g_return_val_if_fail( NA_IS_PIVOT( pivot ), writable );
+	all_locked = FALSE;
+	gconf_locked = FALSE;
+
+	g_return_val_if_fail( NA_IS_PIVOT( pivot ), FALSE );
 
 	if( !pivot->private->dispose_has_run ){
 
diff --git a/src/nact/nact-preferences-editor.c b/src/nact/nact-preferences-editor.c
index a05cc85..f8b0216 100644
--- a/src/nact/nact-preferences-editor.c
+++ b/src/nact/nact-preferences-editor.c
@@ -75,6 +75,7 @@ static void     on_base_all_widgets_showed( NactPreferencesEditor *editor, gpoin
 static void     on_esc_quit_toggled( GtkToggleButton *button, NactPreferencesEditor *editor );
 static void     on_cancel_clicked( GtkButton *button, NactPreferencesEditor *editor );
 static void     on_ok_clicked( GtkButton *button, NactPreferencesEditor *editor );
+static void     enable_order_mode_buttons( NactPreferencesEditor *editor );
 static void     save_preferences( NactPreferencesEditor *editor );
 
 static gboolean base_dialog_response( GtkDialog *dialog, gint code, BaseWindow *window );



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