Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Files
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
430
Issues
430
List
Boards
Labels
Service Desk
Milestones
Merge Requests
25
Merge Requests
25
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
Files
Commits
06508665
Commit
06508665
authored
Dec 28, 1999
by
John Sullivan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undid previous change. It turned out to be a build order dependency problem.
parent
a0e01c46
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
ChangeLog-20000414
ChangeLog-20000414
+8
-0
src/nautilus-view-frame.c
src/nautilus-view-frame.c
+1
-4
src/ntl-view.c
src/ntl-view.c
+1
-4
No files found.
ChangeLog-20000414
View file @
06508665
1999-12-28 John Sullivan <sullivan@eazel.com>
* src/ntl-view.c: (nautilus_view_load_client):
Undid the previous change. It turned out I
needed to rebuild the latest ORBit and then
the latest gnome-libs. I had built them in
the wrong order before.
1999-12-28 John Sullivan <sullivan@eazel.com>
* src/ntl-view.c: (nautilus_view_load_client): cast
...
...
src/nautilus-view-frame.c
View file @
06508665
...
...
@@ -339,11 +339,8 @@ nautilus_view_load_client(NautilusView *view, const char *iid)
for
(
i
=
0
;
component_types
[
i
]
&&
!
view
->
component_class
;
i
++
)
{
/* FIXME: (CORBA_char *) cast required because API won't take const CORBA_char *.
* GNOME_Unknown_query_interface should be changed to allow const CORBA_char * for 2nd parameter.
*/
obj
=
GNOME_Unknown_query_interface
(
gnome_object_corba_objref
(
GNOME_OBJECT
(
view
->
client_object
)),
(
CORBA_char
*
)
component_types
[
i
]
->
primary_repoid
,
&
ev
);
component_types
[
i
]
->
primary_repoid
,
&
ev
);
if
(
ev
.
_major
!=
CORBA_NO_EXCEPTION
)
obj
=
CORBA_OBJECT_NIL
;
...
...
src/ntl-view.c
View file @
06508665
...
...
@@ -339,11 +339,8 @@ nautilus_view_load_client(NautilusView *view, const char *iid)
for
(
i
=
0
;
component_types
[
i
]
&&
!
view
->
component_class
;
i
++
)
{
/* FIXME: (CORBA_char *) cast required because API won't take const CORBA_char *.
* GNOME_Unknown_query_interface should be changed to allow const CORBA_char * for 2nd parameter.
*/
obj
=
GNOME_Unknown_query_interface
(
gnome_object_corba_objref
(
GNOME_OBJECT
(
view
->
client_object
)),
(
CORBA_char
*
)
component_types
[
i
]
->
primary_repoid
,
&
ev
);
component_types
[
i
]
->
primary_repoid
,
&
ev
);
if
(
ev
.
_major
!=
CORBA_NO_EXCEPTION
)
obj
=
CORBA_OBJECT_NIL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment