GNOME Bugzilla – Bug 552534
nautilus-python should support writing location widget providers
Last modified: 2008-09-16 19:02:39 UTC
nautilus-python currently lacks the ability for Python scripts to provide location widgets. The attached patch introduces it.
Created attachment 118839 [details] [review] patch to add support for location widget providers Here's the patch. Sorry again about the earlier inconvenience, and thanks for your patience.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. 2008-09-16 Johan Dahlin <jdahlin@async.com.br> Bug 552534 – nautilus-python should support writing location widget providers * src/nautilus-python-object.c (nautilus_python_object_get_widget), (nautilus_python_object_location_widget_provider_iface_init), (nautilus_python_object_get_type): * src/nautilus-python.c (nautilus_python_load_file), (nautilus_python_init_python): * src/nautilus-python.h: * src/nautilus.defs: * src/nautilus.override: Patch by Tim Cole