diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-05-30 09:56:07 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-05-30 10:00:39 -0400 |
commit | 8de64274a60b9800e7dfe8efbee96d34ea26214c (patch) | |
tree | e3cfc71d302810f442afdf5d69af194ca2b79c18 /src/nautilus-window-slot.h | |
parent | 8fafe7e57277f03f4fe80fe4526f8a508eadf83b (diff) | |
download | nautilus-8de64274a60b9800e7dfe8efbee96d34ea26214c.tar.gz |
window: misc cleanups
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r-- | src/nautilus-window-slot.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h index 8fe6147df..a1ef1c825 100644 --- a/src/nautilus-window-slot.h +++ b/src/nautilus-window-slot.h @@ -51,12 +51,8 @@ struct NautilusWindowSlotClass { void (* inactive) (NautilusWindowSlot *slot); }; -/* Each NautilusWindowSlot corresponds to - * a location in the window for displaying - * a NautilusView. - * - * For navigation windows, this would be a - * tab, while spatial windows only have one slot. +/* Each NautilusWindowSlot corresponds to a location in the window + * for displaying a NautilusView, i.e. a tab. */ struct NautilusWindowSlot { GtkBox parent; |