From 3c03ee8749178fe0f5681a29ea6003585a228f19 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 15 Apr 2009 20:36:54 +1000 Subject: [PATCH 1/2] Added the test account config file --- testing.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing.cfg diff --git a/testing.cfg b/testing.cfg new file mode 100644 index 0000000..7c7fba2 --- /dev/null +++ b/testing.cfg @@ -0,0 +1,12 @@ +[Mitter] +username = MitterTest +password = mittertest +https = False + +[pygtk] +height = 447 +width = 526 +position_x = 5 +position_y = 22 +refresh_interval = 5 + From b06731f4b1b04ca07ed1b23b288e6b1d93790316 Mon Sep 17 00:00:00 2001 From: Ricardo Nabinger Sanchez Date: Tue, 2 Jun 2009 12:37:19 -0400 Subject: [PATCH 2/2] Make sure mitter.desktop is installed. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 675fc7b..64ff7d9 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,9 @@ params = { ('share/pixmaps', ['pixmaps/mitter.png', 'pixmaps/mitter-new.png', - 'pixmaps/unknown.png'])], + 'pixmaps/unknown.png']), + ('share/applications', + ['mitter.desktop'])], 'license': 'GPL3', 'download_url': \ 'http://mitter.googlecode.com/files/mitter-%s.tar.gz' % (version),