patch for 2.11 cvs nautilus
- From: Jeffrey Stedfast <fejj novell com>
- To: nautilus-list gnome org
- Subject: patch for 2.11 cvs nautilus
- Date: Thu, 23 Jun 2005 12:36:25 -0400
This is just a simple fix to make it build. seems a function signature
was changed in nautilus-clipboard.h but not all the code that used it
was updated for the change.
Jeff
--
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
fejj ximian com - www.novell.com
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/nautilus/ChangeLog,v
retrieving revision 1.6554
diff -u -r1.6554 ChangeLog
--- ChangeLog 23 Jun 2005 16:00:29 -0000 1.6554
+++ ChangeLog 23 Jun 2005 16:31:55 -0000
@@ -1,3 +1,10 @@
+2005-06-23 Jeffrey Stedfast <fejj novell com>
+
+ * src/nautilus-notes-viewer.c
+ (nautilus_notes_viewer_set_parent_window): Fixed to not pass a
+ third argument to nautilus_clipboard_set_up_text_view (which seems
+ to no longer exist).
+
2005-06-23 Christian Neumair <chris gnome-de org>
* libnautilus-private/nautilus-clipboard.c:
Index: src/nautilus-notes-viewer.c
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-notes-viewer.c,v
retrieving revision 1.6
diff -u -r1.6 nautilus-notes-viewer.c
--- src/nautilus-notes-viewer.c 26 May 2005 19:07:52 -0000 1.6
+++ src/nautilus-notes-viewer.c 23 Jun 2005 16:31:55 -0000
@@ -433,8 +433,7 @@
/* note_text_field is a text-view, not a GtkEditable */
nautilus_clipboard_set_up_text_view
(GTK_TEXT_VIEW (sidebar->details->note_text_field),
- nautilus_window_info_get_ui_manager (window),
- FALSE);
+ nautilus_window_info_get_ui_manager (window));
}
static NautilusSidebar *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]