summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-12-11 18:08:16 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-12-11 18:08:16 +0000
commitce944fce30f1e23b3fcbb0576718ab235cf14c5b (patch)
treed2456c54a2b4ad671daff12f8b45238b4891d8e7 /ChangeLog
parentb2b53a411657254f82987f22835cda4b88c8043d (diff)
downloadnautilus-ce944fce30f1e23b3fcbb0576718ab235cf14c5b.tar.gz
Don't warn if we found no applications to install.
2008-12-11 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-mime-actions.c: (search_for_application_dbus_call_notify_cb): Don't warn if we found no applications to install. svn path=/trunk/; revision=14810
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83bf69ad8..3b531db03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2008-12-11 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-mime-actions.c:
+ (search_for_application_dbus_call_notify_cb):
+ Don't warn if we found no applications to install.
+
+2008-12-11 Alexander Larsson <alexl@redhat.com>
+
+ * libnautilus-private/nautilus-mime-actions.c:
Ref the dbus proxy over the call, this means we actually get the callback, so
remove the got_reply stuff.