diff -Nru indicator-remindor-15.06/data/ui/AboutDialog.ui indicator-remindor-15.09/data/ui/AboutDialog.ui --- indicator-remindor-15.06/data/ui/AboutDialog.ui 2014-04-20 21:15:55.000000000 +0000 +++ indicator-remindor-15.09/data/ui/AboutDialog.ui 2015-09-13 12:12:18.000000000 +0000 @@ -13,11 +13,11 @@ True True Indicator Remindor - 14.01 - Copyright (C) 2013 Brian Douglass + 15.09 + Copyright (C) 2015 Brian Douglass http://bhdouglass.com/remindor/ Website - Copyright (C) 2013 Brian Douglass + Copyright (C) 2015 Brian Douglass This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. diff -Nru indicator-remindor-15.06/debian/changelog indicator-remindor-15.09/debian/changelog --- indicator-remindor-15.06/debian/changelog 2015-06-09 04:27:27.000000000 +0000 +++ indicator-remindor-15.09/debian/changelog 2015-09-14 02:15:37.000000000 +0000 @@ -1,3 +1,9 @@ +indicator-remindor (15.09-0ubuntu1~trusty) trusty; urgency=low + + * Fixed reminder list not respecting theme colors + + -- Brian Douglass Sun, 13 Sep 2015 08:14:00 -0500 + indicator-remindor (15.06-0ubuntu1~trusty) trusty; urgency=low * Added check for missed reminders diff -Nru indicator-remindor-15.06/indicator_remindor/helpers.py indicator-remindor-15.09/indicator_remindor/helpers.py --- indicator-remindor-15.06/indicator_remindor/helpers.py 2014-05-26 11:10:09.000000000 +0000 +++ indicator-remindor-15.09/indicator_remindor/helpers.py 2015-09-14 01:57:50.000000000 +0000 @@ -1,16 +1,16 @@ # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- ### BEGIN LICENSE # Copyright (C) 2013 Brian Douglass bhdouglass@gmail.com -# This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3, as published # by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranties of -# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranties of +# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR # PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along +# +# You should have received a copy of the GNU General Public License along # with this program. If not, see . ### END LICENSE @@ -173,6 +173,17 @@ directory = os.path.dirname(filename) if not os.path.exists(directory): os.makedirs(directory) + elif not os.path.isdir(directory): + temp = open(directory, 'r') + contents = temp.read() + temp.close() + + os.unlink(directory) + + os.makedirs(directory) + temp2 = open(os.path.join(directory, 'autostart.desktop'), 'w') + temp2.write(contents) + temp2.close() #create autostart file f = open(filename, 'w') diff -Nru indicator-remindor-15.06/indicator_remindor/indicator_remindorconfig.py indicator-remindor-15.09/indicator_remindor/indicator_remindorconfig.py --- indicator-remindor-15.06/indicator_remindor/indicator_remindorconfig.py 2015-06-09 04:20:42.000000000 +0000 +++ indicator-remindor-15.09/indicator_remindor/indicator_remindorconfig.py 2015-09-14 02:09:57.000000000 +0000 @@ -29,7 +29,7 @@ # files). By default, this is ../data, relative your trunk layout __indicator_remindor_data_directory__ = '/vagrant/misc/remindor/indicator-remindor/data/' __license__ = 'GPL-3' -__version__ = '14.06' +__version__ = '15.09' import os diff -Nru indicator-remindor-15.06/indicator_remindor/IndicatorRemindorWindow.py indicator-remindor-15.09/indicator_remindor/IndicatorRemindorWindow.py --- indicator-remindor-15.06/indicator_remindor/IndicatorRemindorWindow.py 2015-06-09 03:51:03.000000000 +0000 +++ indicator-remindor-15.09/indicator_remindor/IndicatorRemindorWindow.py 2015-09-13 12:05:57.000000000 +0000 @@ -460,7 +460,7 @@ tooltip = tooltip.replace('<', '<') tooltip = tooltip.replace('>', '>') - alarm_tree_store.append(parent, [str(a.id), a.label, a.time, a.date, a.note, tooltip, "#FFFFFF"]) + alarm_tree_store.append(parent, [str(a.id), a.label, a.time, a.date, a.note, tooltip, None]) logger.debug("(fixed) label: " + a.label + " time: " + a.time + " date: " + a.date) alarm_tree = self.builder.get_object("alarm_tree") diff -Nru indicator-remindor-15.06/po/indicator-remindor.pot indicator-remindor-15.09/po/indicator-remindor.pot --- indicator-remindor-15.06/po/indicator-remindor.pot 2015-06-09 04:20:42.000000000 +0000 +++ indicator-remindor-15.09/po/indicator-remindor.pot 2015-09-14 02:09:56.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-06-09 04:20+0000\n" +"POT-Creation-Date: 2015-09-14 02:09+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -640,12 +640,12 @@ msgstr "" #: ../data/ui/AboutDialog.ui.h:1 -msgid "Copyright (C) 2013 Brian Douglass" +msgid "Copyright (C) 2015 Brian Douglass" msgstr "" #: ../data/ui/AboutDialog.ui.h:3 msgid "" -"Copyright (C) 2013 Brian Douglass\n" +"Copyright (C) 2015 Brian Douglass\n" "This program is free software: you can redistribute it and/or modify it\n" "under the terms of the GNU General Public License version 3, as published\n" "by the Free Software Foundation.\n" diff -Nru indicator-remindor-15.06/setup.py indicator-remindor-15.09/setup.py --- indicator-remindor-15.06/setup.py 2014-06-27 23:32:41.000000000 +0000 +++ indicator-remindor-15.09/setup.py 2015-09-13 12:09:53.000000000 +0000 @@ -66,7 +66,7 @@ DistUtilsExtra.auto.setup( name='indicator-remindor', - version='14.06', + version='15.09', license='GPL-3', author='Brian Douglass', author_email='bhdouglass@gmail.com',