aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--applets/mb-applet-battery.c5
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index b44ff85..a432ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-07 Matthew Allum <mallum@openedhand.com>
+
+ * configure.ac:
+ Bump up version
+
2006-02-07 Matthew Allum <mallum@openedhand.com>
* applets/mb-applet-system-monitor.c: (system_memory), (main):
diff --git a/applets/mb-applet-battery.c b/applets/mb-applet-battery.c
index bd72155..34bc437 100644
--- a/applets/mb-applet-battery.c
+++ b/applets/mb-applet-battery.c
@@ -367,17 +367,12 @@ fork_exec(char *cmd)
void
paint_callback (MBTrayApp *app, Drawable drw )
{
-
-
int power_pixels = 0;
unsigned char r = 0, g = 0, b = 0;
int x, y;
int bar_width, bar_height, bar_x, bar_y;
MBPixbufImage *img_backing = NULL;
-
-
-
while (!read_apm(apm_vals))
usleep(50000L);
diff --git a/configure.ac b/configure.ac
index 4d64b5f..ebe55b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT([matchbox-panel], 0.9.2, [mallum@handhelds.org])
+AC_INIT([matchbox-panel], 0.9.3, [mallum@handhelds.org])
AC_CONFIG_SRCDIR([src/panel.c])
AM_INIT_AUTOMAKE()