Changeset 22922656a9312072604cb8e513bedcd1bc053114
- Timestamp:
- 01/06/07 23:47:02 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- 8b167b891068581a035ecb11e5cacc16b16b7362
- Children:
- a500f94e66b20fae9d53fbaf43623e238847ec2e
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:47:02Z+0000
- Message:
-
[project @ Made the JoinDialog? vbox non-conditional]
Original author: Philipp Kern <phil@…>
Date: 2005-08-21 21:33:33+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3d3692a
|
r2292265
|
|
| 95 | 95 | Gtk::Label m_lbl_color; |
| 96 | 96 | |
| | 97 | Gtk::VBox m_vbox; |
| | 98 | |
| 97 | 99 | #ifdef WITH_HOWL |
| 98 | | Gtk::VBox m_vbox; |
| 99 | 100 | Gtk::Expander m_ep_discover; |
| 100 | 101 | Gtk::TreeView m_session_view; |
-
|
r1bf177a
|
r2292265
|
|
| 91 | 91 | |
| 92 | 92 | m_table.set_spacings(5); |
| | 93 | m_vbox.set_spacing(5); |
| | 94 | m_vbox.pack_start(m_table); |
| 93 | 95 | |
| 94 | 96 | #ifdef WITH_HOWL |
| … |
… |
|
| 114 | 116 | sigc::mem_fun(*this, &JoinDialog::on_timer), 400); |
| 115 | 117 | |
| 116 | | m_vbox.set_spacing(5); |
| 117 | | m_vbox.pack_start(m_table); |
| 118 | 118 | m_vbox.pack_start(m_ep_discover); |
| 119 | | get_vbox()->pack_start(m_vbox); |
| 120 | 119 | } |
| 121 | | else |
| 122 | | { |
| 123 | | // Howl is deactivated |
| 124 | | get_vbox()->set_spacing(5); |
| 125 | | get_vbox()->pack_start(m_table); |
| 126 | | } |
| 127 | | #else |
| 128 | | get_vbox()->set_spacing(5); |
| 129 | | get_vbox()->pack_start(m_table); |
| 130 | | #endif |
| | 120 | #endif |
| | 121 | |
| | 122 | get_vbox()->pack_start(m_vbox); |
| 131 | 123 | |
| 132 | 124 | add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL); |