~ubuntu-branches/ubuntu/trusty/gmlive/trusty

« back to all changes in this revision

Viewing changes to src/MainWindow.h

  • Committer: Bazaar Package Importer
  • Author(s): Aron Xu
  • Date: 2011-03-29 19:06:04 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110329190604-oivnq78hftc426wy
Tags: 0.22.3-1
* New upstream release.
* debian/control:
  + Add LDFLAGS := -Wl,--as-needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                void show_msg(const Glib::ustring& msg,unsigned int id=0);
49
49
                void init_ui_manager();
50
50
                void save_conf();
51
 
                void init();
 
51
                void init_conf();
52
52
        private:
53
53
                friend class Channel;
54
54
                void set_live_player(LivePlayer*, const Glib::ustring& name = "");
57
57
                Gtk::Menu* get_channels_pop_menu() { return channels_pop_menu; }
58
58
                Channel* get_recent_channel() { return recent_channel; }
59
59
                Channel* get_bookmark_channel() { return bookmark_channel; }
 
60
                void register_stock_items();
60
61
                // 菜单回调
61
62
                void on_menu_open_file();
62
63
                void on_menu_open_url();