~leighman/ubuntu/raring/workrave/fix-desktop-file-2

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-24 11:04:41 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20130124110441-rbrq0e0y6p71asoc
Tags: 1.10-0ubuntu1
* New upstream release
* debian/control, debian/rules, debian/workrave.install:
  - Enable support for an indicator in Unity (LP: #796824)
* debian/patches/fix-format-security.patch:
  - Fix FTBFS due to -Werror=format-security

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// IndicatorAppletMenu.cc --- Menus using IndicatorApplet+
2
2
//
3
 
// Copyright (C) 2011, 2012 Rob Caelers <robc@krandor.nl>
 
3
// Copyright (C) 2011, 2012, 2013 Rob Caelers <robc@krandor.nl>
4
4
// All rights reserved.
5
5
//
6
6
// This program is free software: you can redistribute it and/or modify
40
40
using namespace std;
41
41
 
42
42
//! Constructor.
43
 
IndicatorAppletMenu::IndicatorAppletMenu(GenericDBusApplet *applet_window)
44
 
  :applet_window(applet_window)
 
43
IndicatorAppletMenu::IndicatorAppletMenu()
45
44
{
46
45
}
47
46