From 42edda012a460e1bb69173f9c5a3c2bd55176149 Mon Sep 17 00:00:00 2001
From: deva <deva>
Date: Wed, 16 Nov 2005 12:08:19 +0000
Subject: *** empty log message ***

---
 src/mainwindow.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index 3b407e8..9f2197a 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -272,7 +272,7 @@ void MainWindow::createGui()
   this->num_history = (window_height - 
                        ((int)unit * BUTTON_HEIGHT + HISTORY_LIST_SPACING ) - 
                        (2 * HISTORY_LIST_MARGIN)) / (h + HISTORY_LIST_SPACING);
-  img_history = new (HistoryWidget*)[this->num_history];
+  img_history = new HistoryWidget*[this->num_history];
 
   for(unsigned int i = 0; i < num_history; i++) {
     img_history[i] = new HistoryWidget(gb);
-- 
cgit v1.2.3