~ubuntu-branches/ubuntu/trusty/me-tv/trusty

« back to all changes in this revision

Viewing changes to src/status_icon.cc

  • Committer: Bazaar Package Importer
  • Author(s): Teis Dreijer
  • Date: 2010-02-14 11:29:00 UTC
  • mfrom: (1.1.11 upstream) (3.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100214112900-krutrmpz248vz1ji
Tags: 1.1.6-2
* Updated debian/control
  - Removed libgnomem-2.6-dev and libgnomeuimm-2.6-dev
    from Build-Depends (Closes: #568782)
  - Added libgconfmm-2.6-dev to Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
void StatusIcon::on_menu_item_status_quit_clicked()
60
60
{
61
61
        get_application().get_main_window().hide();
62
 
        Gnome::Main::quit();
 
62
        Gtk::Main::quit();
63
63
}
64
64
 
65
65
void StatusIcon::on_menu_item_status_me_tv_clicked()