Re: Small change to FAQ "Q: Nautilus to Gtk2 Drag-n-Drop"



* Matthias Bläsing <mblaesing gmx de>:

Hi,

my @uris = split /\r\n/, $data->data;

worked for me (nautilus 2.6.3).

Would someone adjust the FAQ?

Better, use:

        my @uris = Gnome2::VFS::uri_list_parse ($data->data);

Instead of tracking each variation inside the representation of the
URIs (and lists of).

Ciao,
 Emmanuele.

-- 
Emmanuele Bassi (Zefram)                 [ http://www.emmanuelebassi.net ]
GnuPG Key fingerprint = 4DD0 C90D 4070 F071 5738  08BD 8ECC DB8F A432 0FF4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]