summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-30 09:56:07 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-05-30 10:00:39 -0400
commit8de64274a60b9800e7dfe8efbee96d34ea26214c (patch)
treee3cfc71d302810f442afdf5d69af194ca2b79c18 /src/nautilus-window-slot.h
parent8fafe7e57277f03f4fe80fe4526f8a508eadf83b (diff)
downloadnautilus-8de64274a60b9800e7dfe8efbee96d34ea26214c.tar.gz
window: misc cleanups
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r--src/nautilus-window-slot.h8
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;