From 350cc35d1325977bba309ee82f96483af8856ce2 Mon Sep 17 00:00:00 2001 From: Morgan Collett Date: Fri, 28 Mar 2008 13:19:32 +0000 Subject: Release version 36. --- diff --git a/NEWS b/NEWS index bb6f337..96d1df4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +36 + * #5053: Reduce white space around boxes (morgs) * #6621: set entry sensitive not editable (morgs) * Add license to activity.py (morgs) diff --git a/activity/activity.info b/activity/activity.info index d10c11b..bab5bd1 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -5,7 +5,7 @@ bundle_id = org.laptop.Chat service_name = org.laptop.Chat class = pippy_app.Chat icon = activity-icon -activity_version = 35 +activity_version = 36 mime_types = show_launcher = yes host_version = 1 diff --git a/pippy_app.py b/pippy_app.py index 37ca3a4..ee40459 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -507,6 +507,8 @@ CHAT_ICON=\ """ CHAT_NEWS=""" +36 + * #5053: Reduce white space around boxes (morgs) * #6621: set entry sensitive not editable (morgs) * Add license to activity.py (morgs) -- cgit v0.9.1