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 165982 - [Win32] gnumeric_extra_plugin_dirs
[Win32] gnumeric_extra_plugin_dirs
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Windows
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-02-01 22:32 UTC by Morten Welinder
Modified: 2005-02-10 06:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2005-02-01 22:32:52 UTC
I doubt this function should split on ":" on Windows.  Probably ";" via some
glib macro.
Comment 1 Morten Welinder 2005-02-01 22:34:04 UTC
Ditto for pm_gui_load_directory_page in src/dialogs/dialog-plugin-manager.c.
Comment 2 Jody Goldberg 2005-02-10 06:15:34 UTC
G_SEARCHPATH_SEPARATOR seems like what we want