[pan2] revert mac osx fix (needs automatic fixing (todo!) )
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] revert mac osx fix (needs automatic fixing (todo!) )
- Date: Tue, 17 Apr 2012 06:23:40 +0000 (UTC)
commit 187e40fbaf4c8a7792a91e7cd989e6add4c3312e
Author: Heinrich MÃller <henmull src gnome org>
Date: Tue Apr 17 00:28:37 2012 +0200
revert mac osx fix (needs automatic fixing (todo!) )
pan/gui/gui.cc | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index af01567..be0c69e 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -2170,10 +2170,9 @@ GUI :: set_queue_size_label (unsigned int running,
g_snprintf (str, sizeof(str), "%s: %u/%u", _("Tasks"), running, size);
// build the tooltip
-// gulong queued, unused, stopped;
-// guint64 KiB_remain;
- unsigned long queued, unused, stopped;
- unsigned long KiB_remain;
+ // todo : perhaps fix this for mac osx automatically....
+ gulong queued, unused, stopped;
+ guint64 KiB_remain;
double KiBps;
int hr, min, sec;
_queue.get_stats (queued, unused, stopped,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]