summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus/files/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nautilus/files/patch-ai')
-rw-r--r--x11-fm/nautilus/files/patch-ai175
1 files changed, 175 insertions, 0 deletions
diff --git a/x11-fm/nautilus/files/patch-ai b/x11-fm/nautilus/files/patch-ai
new file mode 100644
index 000000000000..ffa17f0d6094
--- /dev/null
+++ b/x11-fm/nautilus/files/patch-ai
@@ -0,0 +1,175 @@
+--- libnautilus-adapter/nautilus-adapter-factory.h.orig Tue Nov 7 08:30:23 2000
++++ libnautilus-adapter/nautilus-adapter-factory.h Fri Jan 12 11:15:24 2001
+@@ -91,3 +91,3 @@
+ #define Nautilus_ComponentAdapterFactory_unref Bonobo_Unknown_unref
+-#define Nautilus_ComponentAdapterFactory_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_ComponentAdapterFactory_query_interface Bonobo_Unknown_queryInterface
+ Nautilus_View
+--- libnautilus/nautilus-distributed-undo.h.orig Tue Nov 7 08:30:22 2000
++++ libnautilus/nautilus-distributed-undo.h Fri Jan 12 11:16:13 2001
+@@ -262,3 +262,3 @@
+ #define Nautilus_Undo_Transaction_unref Bonobo_Unknown_unref
+-#define Nautilus_Undo_Transaction_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_Undo_Transaction_query_interface Bonobo_Unknown_queryInterface
+ Nautilus_Undo_MenuItem
+@@ -279,3 +279,3 @@
+ #define Nautilus_Undo_Manager_unref Bonobo_Unknown_unref
+-#define Nautilus_Undo_Manager_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_Undo_Manager_query_interface Bonobo_Unknown_queryInterface
+ void Nautilus_Undo_Manager_append(Nautilus_Undo_Manager _obj,
+@@ -290,3 +290,3 @@
+ #define Nautilus_Undo_Context_unref Bonobo_Unknown_unref
+-#define Nautilus_Undo_Context_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_Undo_Context_query_interface Bonobo_Unknown_queryInterface
+ Nautilus_Undo_Manager
+--- libnautilus/nautilus-view-component.h.orig Tue Nov 7 08:30:21 2000
++++ libnautilus/nautilus-view-component.h Fri Jan 12 11:17:01 2001
+@@ -783,3 +783,3 @@
+ #define Nautilus_View_unref Bonobo_Unknown_unref
+-#define Nautilus_View_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_View_query_interface Bonobo_Unknown_queryInterface
+ void Nautilus_View_load_location(Nautilus_View _obj,
+@@ -797,3 +797,3 @@
+ #define Nautilus_ViewFrame_unref Bonobo_Unknown_unref
+-#define Nautilus_ViewFrame_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_ViewFrame_query_interface Bonobo_Unknown_queryInterface
+ void Nautilus_ViewFrame_open_location(Nautilus_ViewFrame _obj,
+@@ -831,3 +831,3 @@
+ #define Nautilus_Zoomable_unref Bonobo_Unknown_unref
+-#define Nautilus_Zoomable_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_Zoomable_query_interface Bonobo_Unknown_queryInterface
+ CORBA_float Nautilus_Zoomable__get_zoom_level(Nautilus_Zoomable _obj,
+@@ -854,3 +854,3 @@
+ #define Nautilus_ZoomableFrame_unref Bonobo_Unknown_unref
+-#define Nautilus_ZoomableFrame_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_ZoomableFrame_query_interface Bonobo_Unknown_queryInterface
+ void
+@@ -864,3 +864,3 @@
+ #define Nautilus_HistoryFrame_unref Bonobo_Unknown_unref
+-#define Nautilus_HistoryFrame_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_HistoryFrame_query_interface Bonobo_Unknown_queryInterface
+ Nautilus_HistoryList
+--- libnautilus/nautilus-view.c.orig Thu Oct 5 18:47:43 2000
++++ libnautilus/nautilus-view.c Fri Jan 12 11:17:28 2001
+@@ -314,3 +314,3 @@
+
+- view_frame = Bonobo_Unknown_query_interface
++ view_frame = Bonobo_Unknown_queryInterface
+ (bonobo_control_get_control_frame (nautilus_view_get_bonobo_control (view)),
+--- libnautilus/nautilus-zoomable.c.orig Thu Sep 14 12:10:16 2000
++++ libnautilus/nautilus-zoomable.c Fri Jan 12 11:17:58 2001
+@@ -540,3 +540,3 @@
+ if (CORBA_Object_is_nil (view->details->zoomable_frame, &ev)) {
+- view->details->zoomable_frame = Bonobo_Unknown_query_interface
++ view->details->zoomable_frame = Bonobo_Unknown_queryInterface
+ (bonobo_control_get_control_frame
+--- src/nautilus-shell-interface.h.orig Tue Nov 7 08:30:27 2000
++++ src/nautilus-shell-interface.h Fri Jan 12 11:18:21 2001
+@@ -93,3 +93,3 @@
+ #define Nautilus_Shell_unref Bonobo_Unknown_unref
+-#define Nautilus_Shell_query_interface Bonobo_Unknown_query_interface
++#define Nautilus_Shell_query_interface Bonobo_Unknown_queryInterface
+ void Nautilus_Shell_open_windows(Nautilus_Shell _obj,
+--- libnautilus/nautilus-undo.c.orig Thu Oct 5 18:47:43 2000
++++ libnautilus/nautilus-undo.c Fri Jan 12 11:29:48 2001
+@@ -257,3 +257,3 @@
+ if (!CORBA_Object_is_nil (control_frame, &ev)) {
+- undo_context = Bonobo_Control_query_interface
++ undo_context = Bonobo_Control_queryInterface
+ (control_frame, "IDL:Nautilus/Undo/Context:1.0", &ev);
+--- src/nautilus-window.h.orig Fri Oct 6 19:34:52 2000
++++ src/nautilus-window.h Fri Jan 12 11:47:43 2001
+@@ -51,3 +51,3 @@
+ typedef struct {
+- BonoboWinClass parent_spot;
++ BonoboWindowClass parent_spot;
+ } NautilusWindowClass;
+@@ -66,3 +66,3 @@
+ struct NautilusWindow {
+- BonoboWin parent_object;
++ BonoboWindow parent_object;
+
+--- src/nautilus-window.c.orig Mon Nov 6 07:41:55 2000
++++ src/nautilus-window.c Fri Jan 12 11:51:20 2001
+@@ -127,3 +127,3 @@
+ nautilus_window,
+- BONOBO_TYPE_WIN)
++ BONOBO_TYPE_WINDOW)
+
+@@ -343,3 +343,3 @@
+ bonobo_ui_container_set_win (window->details->ui_container,
+- BONOBO_WIN (window));
++ BONOBO_WINDOW (window));
+
+@@ -422,3 +422,3 @@
+ gtk_widget_show (window->content_hbox);
+- bonobo_win_set_contents (BONOBO_WIN (window), window->content_hbox);
++ bonobo_window_set_contents (BONOBO_WINDOW (window), window->content_hbox);
+
+@@ -498,4 +498,4 @@
+ }
+- old_name = bonobo_win_get_name (BONOBO_WIN (object));
+- bonobo_win_set_name (BONOBO_WIN (object), GTK_VALUE_STRING (*arg));
++ old_name = bonobo_window_get_name (BONOBO_WINDOW (object));
++ bonobo_window_set_name (BONOBO_WINDOW (object), GTK_VALUE_STRING (*arg));
+ /* This hack of using the time when the name first
+@@ -523,3 +523,3 @@
+ case ARG_APP_ID:
+- GTK_VALUE_STRING (*arg) = bonobo_win_get_name (BONOBO_WIN (object));
++ GTK_VALUE_STRING (*arg) = bonobo_window_get_name (BONOBO_WINDOW (object));
+ break;
+--- components/adapter/nautilus-adapter-embed-strategy.c.orig Mon Oct 23 09:36:53 2000
++++ components/adapter/nautilus-adapter-embed-strategy.c Fri Jan 12 11:55:01 2001
+@@ -122,3 +122,3 @@
+
+- control = Bonobo_Unknown_query_interface (component,
++ control = Bonobo_Unknown_queryInterface (component,
+ "IDL:Bonobo/Control:1.0", &ev);
+@@ -132,3 +132,3 @@
+
+- embeddable = Bonobo_Unknown_query_interface (component,
++ embeddable = Bonobo_Unknown_queryInterface (component,
+ "IDL:Bonobo/Embeddable:1.0", &ev);
+--- components/adapter/nautilus-adapter-load-strategy.c.orig Mon Oct 2 23:12:50 2000
++++ components/adapter/nautilus-adapter-load-strategy.c Fri Jan 12 11:55:47 2001
+@@ -138,3 +138,3 @@
+
+- progressive_data_sink = Bonobo_Unknown_query_interface (component,
++ progressive_data_sink = Bonobo_Unknown_queryInterface (component,
+ "IDL:Bonobo/ProgressiveDataSink:1.0", &ev);
+@@ -149,3 +149,3 @@
+
+- persist_stream = Bonobo_Unknown_query_interface (component,
++ persist_stream = Bonobo_Unknown_queryInterface (component,
+ "IDL:Bonobo/PersistStream:1.0", &ev);
+@@ -159,3 +159,3 @@
+
+- persist_file = Bonobo_Unknown_query_interface (component,
++ persist_file = Bonobo_Unknown_queryInterface (component,
+ "IDL:Bonobo/PersistFile:1.0", &ev);
+--- components/adapter/nautilus-adapter-progressive-load-strategy.c.orig Fri Oct 20 03:45:48 2000
++++ components/adapter/nautilus-adapter-progressive-load-strategy.c Fri Jan 12 11:56:27 2001
+@@ -210,3 +210,3 @@
+ if (result == GNOME_VFS_OK && file_info.valid_fields | GNOME_VFS_FILE_INFO_FIELDS_SIZE) {
+- Bonobo_ProgressiveDataSink_set_size (strategy->details->progressive_data_sink,
++ Bonobo_ProgressiveDataSink_setSize (strategy->details->progressive_data_sink,
+ (long) file_info.size, &ev);
+@@ -221,3 +221,3 @@
+
+- Bonobo_ProgressiveDataSink_add_data (strategy->details->progressive_data_sink, iobuf, &ev);
++ Bonobo_ProgressiveDataSink_addData (strategy->details->progressive_data_sink, iobuf, &ev);
+
+--- components/history/nautilus-history-view.c.orig Thu Oct 5 18:47:34 2000
++++ components/history/nautilus-history-view.c Fri Jan 12 11:59:20 2001
+@@ -71,3 +71,3 @@
+ CORBA_exception_init (ev);
+- return Bonobo_Unknown_query_interface
++ return Bonobo_Unknown_queryInterface
+ (bonobo_control_get_control_frame (nautilus_view_get_bonobo_control (view)),
+--- components/image-viewer/nautilus-image-view.c.orig Mon Oct 23 20:13:27 2000
++++ components/image-viewer/nautilus-image-view.c Fri Jan 12 12:00:35 2001
+@@ -597,3 +597,3 @@
+ g_return_val_if_fail (this != NULL, NULL);
+- g_return_val_if_fail (this->goad_id != NULL, NULL);
++/* g_return_val_if_fail (this->goad_id != NULL, NULL);*/
+