Show
Ignore:
Timestamp:
01/06/07 23:43:18 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
42eed7fcd5c2709d714983be46e3a133cc732b73
Children:
63303a926cadfea5c64181f2b1c8031c7044a23b
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:43:18Z+0000
Message:

[project @ Adjusted the Zeroconf usage]

Original author: Philipp Kern <phil@…>
Date: 2005-07-23 22:40:29+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/joindialog.cpp

    r5e8e3af r1d335d3  
    3131#endif 
    3232 
    33 Gobby::JoinDialog::JoinDialog(Gtk::Window& parent, Gobby::Config& config) 
     33Gobby::JoinDialog::JoinDialog(Gtk::Window& parent, Gobby::Config& config, 
     34                              void* zeroconf) 
    3435 : DefaultDialog(_("Join obby session"), parent, true, true), 
    3536   m_config(config), 
     
    4041   m_lbl_color(_("Colour:"), Gtk::ALIGN_RIGHT) 
    4142#ifdef WITH_HOWL 
    42    , m_ep_discover("Local network") 
     43   , m_ep_discover("Local network"), 
     44     m_zeroconf(*static_cast<obby::zeroconf*>(zeroconf)) 
    4345#endif 
    4446{