~vcs-imports/workrave/main

« back to all changes in this revision

Viewing changes to frontend/gtkmm/src/KdeAppletWindow.cc

  • Committer: rcaelers
  • Date: 2006-09-12 22:59:24 UTC
  • Revision ID: vcs-imports@canonical.com-20060912225924-47d20c3b770897fa
appletĀ split

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
// GNU General Public License for more details.
15
15
//
16
16
 
17
 
static const char rcsid[] = "$Id: KdeAppletWindow.cc,v 1.6 2006/09/12 21:35:00 rcaelers Exp $";
 
17
static const char rcsid[] = "$Id: KdeAppletWindow.cc,v 1.7 2006/09/12 22:59:24 rcaelers Exp $";
18
18
 
19
19
#include "preinclude.h"
20
20
 
321
321
      timer_box_view->set_geometry(applet_vertical, applet_size);
322
322
 
323
323
      TRACE_MSG(applet_size);
324
 
      if (mode == APPLET_KDE)
325
 
        {
326
 
          KdeAppletWindow::set_size(last_size.width, last_size.height);
327
 
        }
 
324
      KdeAppletWindow::set_size(last_size.width, last_size.height);
328
325
    }
329
326
 
330
327
  control->activated(AppletControl::APPLET_KDE);