When adding an application as handling a mime type (but not as the
authorAlexander Larsson <alexl@redhat.com>
Mon, 13 Oct 2008 10:02:30 +0000 (10:02 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 13 Oct 2008 10:02:30 +0000 (10:02 +0000)
commit6eb38fb4db7a0802774bbd31c66d16bd369ced52
treeeecf6afcea1d7f6f620ace2018e6a487fe066d23
parent5a10b403c7f7443430eb8cb216f06809cfbe4e53
When adding an application as handling a mime type (but not as the

2008-10-13  Alexander Larsson  <alexl@redhat.com>

        * gdesktopappinfo.c:
When adding an application as handling a mime type (but
not as the default), copy the full list of desktop ids handling
that type in before adding the new one on the end of the list.
This means we're not accidentally changing the default by overriding
the info from the later directories in the search path.

Also, fixes small leak of removed_entries.

svn path=/trunk/; revision=7595
gio/ChangeLog
gio/gdesktopappinfo.c