PATCH: Fix typo in nautilus-view-frame.c
- From: Dave Bordoley <bordoley msu edu>
- To: nautilus-list gnome org
- Subject: PATCH: Fix typo in nautilus-view-frame.c
- Date: 13 Jan 2003 08:49:08 -0500
Fixed typo in nautilus_view_frame_class_init
s/open_location_in_this_window/open_location_prefer_existing_window
for the prefer existing window case. I'm assuming this is a typo because
there are no comments indicating that this was intentional.
dave
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.5649
diff -p -u -r1.5649 ChangeLog
--- ChangeLog 13 Jan 2003 03:12:28 -0000 1.5649
+++ ChangeLog 13 Jan 2003 06:34:07 -0000
@@ -1,3 +1,10 @@
+2003-01-13 David Bordoley <bordoley msu edu>
+
+ * src/nautilus-view-frame.c
+ Fixed typo in nautilus_view_frame_class_init
+ s/open_location_in_this_window/open_location_prefer_existing_window
+ for the prefer existing window case.
+
2003-01-12 Dave Camp <dave ximian com>
* src/file-manager/fm-list-view.c: (button_press_callback): Handle
Index: src/nautilus-view-frame.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-view-frame.c,v
retrieving revision 1.159
diff -p -u -r1.159 nautilus-view-frame.c
--- src/nautilus-view-frame.c 26 Apr 2002 19:45:21 -0000 1.159
+++ src/nautilus-view-frame.c 13 Jan 2003 06:34:32 -0000
@@ -1491,7 +1491,7 @@ nautilus_view_frame_class_init (Nautilus
G_TYPE_FROM_CLASS (class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (NautilusViewFrameClass,
- open_location_in_this_window),
+ open_location_prefer_existing_window),
NULL, NULL,
g_cclosure_marshal_VOID__STRING,
G_TYPE_NONE, 1, G_TYPE_STRING);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]