diff options
-rw-r--r-- | debian/changelog | 18 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | src/application-service-appstore.c | 2 |
3 files changed, 20 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index a3012a6..cf314c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +indicator-application (12.10.1+14.04.20140402-0ubuntu1) trusty; urgency=low + + [ Sebastien Bacher ] + * Don't output warnings about properties re-requests, debug is enough + (LP: #1297437) + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 02 Apr 2014 15:17:39 +0000 + +indicator-application (12.10.1+14.04.20140324-0ubuntu1) trusty; urgency=low + + [ Ted Gould ] + * Synchronize process management across indicators. + + [ Sebastien Bacher ] + * Don't mention "library", that's a separate source nowadays + + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 24 Mar 2014 10:07:59 +0000 + indicator-application (12.10.1+14.04.20140117-0ubuntu1) trusty; urgency=low [ Sebastien Bacher ] diff --git a/debian/control b/debian/control index 8e04273..f609449 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,5 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, Description: Application Indicators - A library and indicator to take menus from applications and place them in - the panel. + An indicator to take menus from applications and place them in the panel. diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 596c0f3..864e434 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -1006,7 +1006,7 @@ application_service_appstore_application_add (ApplicationServiceAppstore * appst Application * app = find_application(appstore, dbus_name, dbus_object); if (app != NULL) { - g_warning("Application already exists, re-requesting properties."); + g_debug("Application already exists, re-requesting properties."); get_all_properties(app); return; } |