Re: Further dev work?

Matt Davey <[email protected]> Fri, 28 Dec 2007 17:53:45 +0000
Newsgroups gmane.comp.gnome.apps.pilot
Message-ID <1198864425.3981.29.camel@mcdavey>
On Fri, 2007-12-28 at 11:09 -0500, Evan wrote:
> Bug tracking is:
> http://bugzilla.gnome.org/browse.cgi?product=gnome-pilot
> 
> I've started looking at some of the source code, and as a sort-of
> test, tried to find the code that handles files being drag&dropped
> onto the panel applet. My assumption was that it would be in
> http://svn.gnome.org/svn/gnome-pilot/trunk/applet/pilot.c but I
> haven't found it. Am I looking in the wrong file, or do I just need to
> look closer?

That's the right file, Evan.  Search for 'drop' and you'll see the
signals being connected up to be handled by 'dnd_drop_internal' which
then calls 'gnome_pilot_client_install_file'.

Matt