GNOME Bugzilla – Bug 162850
totem-properties-page doesn't work with nautilus 2.9
Last modified: 2005-01-11 16:06:47 UTC
totem-properties-page still use the old bonobo system which has been dropped in 2.9, so this feature doesn't work with GNOME 2.9.
See: gnome-control-center/vfs-methods/themus/themus-properties-*.[ch] and http://www.advogato.org/person/jamesh/diary.html?start=178
2005-01-11 Bastien Nocera <hadess@hadess.net> * configure.in: * data/Makefile.am: * src/Makefile.am: * src/totem-properties-main.c: (totem_properties_plugin_register_type), (property_page_provider_iface_init), (totem_properties_get_pages), (nautilus_module_initialize), (nautilus_module_shutdown), (nautilus_module_list_types): * src/totem-properties-page.c: * src/totem-properties-view.c: (totem_properties_view_get_type), (totem_properties_view_register_type), (totem_properties_view_class_init), (on_got_metadata_event), (totem_properties_view_init), (totem_properties_view_destroy), (totem_properties_view_new), (totem_properties_view_set_location): * src/totem-properties-view.h: Port the properties page to the non-bonobo nautilus interface (Closes: #162850)