[Goodies-commits] r4097 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Sun Mar 23 10:41:19 CET 2008


Author: stephan
Date: 2008-03-23 09:41:19 +0000 (Sun, 23 Mar 2008)
New Revision: 4097

Modified:
   ristretto/trunk/src/navigator.c
   ristretto/trunk/src/navigator.h
Log:
Make a function internal to the navigator



Modified: ristretto/trunk/src/navigator.c
===================================================================
--- ristretto/trunk/src/navigator.c	2008-03-23 08:59:18 UTC (rev 4096)
+++ ristretto/trunk/src/navigator.c	2008-03-23 09:41:19 UTC (rev 4097)
@@ -64,6 +64,9 @@
                              ThunarVfsPath *event_path,
                              RsttoNavigator *nav);
 
+static void
+rstto_navigator_set_busy (RsttoNavigator *navigator, gboolean busy);
+
 static gint
 cb_rstto_navigator_entry_path_compare_func(RsttoNavigatorEntry *entry, ThunarVfsPath *path);
 
@@ -1561,7 +1564,7 @@
     return TRUE;
 }
 
-void
+static void
 rstto_navigator_set_busy (RsttoNavigator *navigator, gboolean busy)
 {
     navigator->busy = busy;

Modified: ristretto/trunk/src/navigator.h
===================================================================
--- ristretto/trunk/src/navigator.h	2008-03-23 08:59:18 UTC (rev 4096)
+++ ristretto/trunk/src/navigator.h	2008-03-23 09:41:19 UTC (rev 4097)
@@ -168,9 +168,6 @@
 gboolean
 rstto_navigator_open_folder(RsttoNavigator *navigator, const gchar *path, gboolean clear, GError **error);
 
-void
-rstto_navigator_set_busy (RsttoNavigator *navigator, gboolean busy);
-
 G_END_DECLS
 
 #endif /* __RISTRETTO_NAVIGATOR_H__ */




More information about the Goodies-commits mailing list