After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552534 - nautilus-python should support writing location widget providers
nautilus-python should support writing location widget providers
Status: RESOLVED FIXED
Product: nautilus-python
Classification: Other
Component: general
Git Master
Other All
: Normal enhancement
: ---
Assigned To: Johan (not receiving bugmail) Dahlin
Johan (not receiving bugmail) Dahlin
Depends on:
Blocks:
 
 
Reported: 2008-09-16 18:48 UTC by Tim Cole
Modified: 2008-09-16 19:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add support for location widget providers (5.79 KB, patch)
2008-09-16 18:49 UTC, Tim Cole
none Details | Review

Description Tim Cole 2008-09-16 18:48:34 UTC
nautilus-python currently lacks the ability for Python scripts to provide location widgets.  The attached patch introduces it.
Comment 1 Tim Cole 2008-09-16 18:49:36 UTC
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.
Comment 2 Johan (not receiving bugmail) Dahlin 2008-09-16 19:02:39 UTC
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