Changeset 1d335d377d393ba74eac67877822b19cfaeb31fa for src/joindialog.cpp
- Timestamp:
- 01/06/07 23:43:18 (6 years ago)
- Parents:
- 42eed7fcd5c2709d714983be46e3a133cc732b73
- Children:
- 63303a926cadfea5c64181f2b1c8031c7044a23b
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:43:18Z+0000
- Files:
-
- 1 modified
-
src/joindialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/joindialog.cpp
r5e8e3af r1d335d3 31 31 #endif 32 32 33 Gobby::JoinDialog::JoinDialog(Gtk::Window& parent, Gobby::Config& config) 33 Gobby::JoinDialog::JoinDialog(Gtk::Window& parent, Gobby::Config& config, 34 void* zeroconf) 34 35 : DefaultDialog(_("Join obby session"), parent, true, true), 35 36 m_config(config), … … 40 41 m_lbl_color(_("Colour:"), Gtk::ALIGN_RIGHT) 41 42 #ifdef WITH_HOWL 42 , m_ep_discover("Local network") 43 , m_ep_discover("Local network"), 44 m_zeroconf(*static_cast<obby::zeroconf*>(zeroconf)) 43 45 #endif 44 46 {
