From f89325fce670047604edbbd5540cd149361f4740 Mon Sep 17 00:00:00 2001 From: mishas Date: Wed, 7 Nov 2007 13:09:33 +0000 Subject: [PATCH] Merged revisions 240-245 via svnmerge from https://garage.maemo.org/svn/simple-launcher/trunk ........ r241 | mishas | 2007-10-29 17:28:36 +0200 (Mon, 29 Oct 2007) | 1 line setting padding to 0 (instead of 2) ........ r242 | mishas | 2007-11-03 16:01:40 +0200 (Sat, 03 Nov 2007) | 1 line added one more TODO item ........ r243 | mishas | 2007-11-05 12:38:38 +0200 (Mon, 05 Nov 2007) | 1 line mark one item as possibly done :) ........ git-svn-id: file:///svnroot/simple-launcher/branches/new-items@246 3ba93dab-e023-0410-b42a-de7732cf370a --- TODO | 1 + simple-launcher.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index b585e58..0f0f264 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,7 @@ After 1.0 * list of recently run applications (configurable list size?) * device locking * toggling offline mode + * establish connection to the specified IAP Non-planned * show a note in postinst about activating the applet diff --git a/simple-launcher.cc b/simple-launcher.cc index c20c886..3ebd1da 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -273,7 +273,7 @@ void SimpleLauncherApplet::processDirectory(LauncherItems& items, const std::str } bool SimpleLauncherApplet::initWidget() { - myWidget = gtk_hbox_new(false, 2); + myWidget = gtk_hbox_new(false, 0); if (myWidget != NULL) { updateWidget(); -- 1.7.9.5