summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--hal/ghalvolumemonitor.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 397b4b2b..b6829d04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-29 Alexander Larsson <alexl@redhat.com>
+ * hal/ghalvolumemonitor.c (g_hal_volume_monitor_class_init):
+ Remove setting prio/name
+
+2008-01-29 Alexander Larsson <alexl@redhat.com>
+
* configure.ac:
Require glib 2.15.5 for g_file_query_default_handler ().
diff --git a/hal/ghalvolumemonitor.c b/hal/ghalvolumemonitor.c
index f2db6f63..39dc1936 100644
--- a/hal/ghalvolumemonitor.c
+++ b/hal/ghalvolumemonitor.c
@@ -468,8 +468,6 @@ g_hal_volume_monitor_class_init (GHalVolumeMonitorClass *klass)
monitor_class->adopt_orphan_mount = adopt_orphan_mount;
monitor_class->is_supported = is_supported;
- native_class->priority = 1;
- native_class->name = "hal";
native_class->get_mount_for_mount_path = get_mount_for_mount_path;
}