diff options
Diffstat (limited to 'src/Container.cc')
-rw-r--r-- | src/Container.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Container.cc b/src/Container.cc index b60b460..a53901d 100644 --- a/src/Container.cc +++ b/src/Container.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: Container.cc,v 1.12 2004/01/14 23:05:14 fluxgen Exp $ | 23 | // $Id: Container.cc,v 1.13 2004/01/21 13:34:40 fluxgen Exp $ |
24 | 24 | ||
25 | #include "Container.hh" | 25 | #include "Container.hh" |
26 | 26 | ||
@@ -184,7 +184,7 @@ void Container::exposeEvent(XExposeEvent &event) { | |||
184 | } | 184 | } |
185 | 185 | ||
186 | void Container::repositionItems() { | 186 | void Container::repositionItems() { |
187 | if (size() == 0 || m_update_lock) | 187 | if (empty() || m_update_lock) |
188 | return; | 188 | return; |
189 | 189 | ||
190 | //!! TODO vertical position | 190 | //!! TODO vertical position |