[gthumb] fixed name of the gth_monitor_entry_points_changed function



commit 0ce0f9ee68b1fe7dabc1cf876c4a4407d3a881c7
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Apr 9 20:57:21 2012 +0200

    fixed name of the gth_monitor_entry_points_changed function

 gthumb/gth-browser.c         |    2 +-
 gthumb/gth-file-source-vfs.c |    2 +-
 gthumb/gth-monitor.c         |    2 +-
 gthumb/gth-monitor.h         |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gthumb/gth-browser.c b/gthumb/gth-browser.c
index cf111a1..0ed580b 100644
--- a/gthumb/gth-browser.c
+++ b/gthumb/gth-browser.c
@@ -1817,7 +1817,7 @@ mount_volume_ready_cb (GObject      *source_object,
 
 	/* try to load again */
 
-	gth_monitor_file_entry_points_changed (gth_main_get_default_monitor());
+	gth_monitor_entry_points_changed (gth_main_get_default_monitor());
 
 	_gth_browser_update_entry_point_list (load_data->browser);
 	_gth_browser_load (load_data->browser,
diff --git a/gthumb/gth-file-source-vfs.c b/gthumb/gth-file-source-vfs.c
index cf89f4c..f25bec7 100644
--- a/gthumb/gth-file-source-vfs.c
+++ b/gthumb/gth-file-source-vfs.c
@@ -393,7 +393,7 @@ mount_monitor_mountpoints_changed_cb (GVolumeMonitor *volume_monitor,
 				      GMount         *mount,
 				      gpointer        user_data)
 {
-	call_when_idle ((DataFunc) gth_monitor_file_entry_points_changed, gth_main_get_default_monitor ());
+	call_when_idle ((DataFunc) gth_monitor_entry_points_changed, gth_main_get_default_monitor ());
 }
 
 
diff --git a/gthumb/gth-monitor.c b/gthumb/gth-monitor.c
index 80f5848..cf9fd7e 100644
--- a/gthumb/gth-monitor.c
+++ b/gthumb/gth-monitor.c
@@ -340,7 +340,7 @@ gth_monitor_metadata_changed (GthMonitor  *self,
 
 
 void
-gth_monitor_file_entry_points_changed (GthMonitor *self)
+gth_monitor_entry_points_changed (GthMonitor *self)
 {
 	g_return_if_fail (GTH_IS_MONITOR (self));
 
diff --git a/gthumb/gth-monitor.h b/gthumb/gth-monitor.h
index 246a39f..42eb49e 100644
--- a/gthumb/gth-monitor.h
+++ b/gthumb/gth-monitor.h
@@ -102,7 +102,7 @@ void          gth_monitor_file_renamed               (GthMonitor      *monitor,
 						      GFile           *new_file);
 void          gth_monitor_metadata_changed           (GthMonitor      *monitor,
 						      GthFileData     *file_data);
-void          gth_monitor_file_entry_points_changed  (GthMonitor      *monitor);
+void          gth_monitor_entry_points_changed       (GthMonitor      *monitor);
 void          gth_monitor_order_changed              (GthMonitor      *monitor,
 						      GFile           *file,
 						      int             *new_order);



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