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
gnumeric
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
369
Issues
369
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnumeric
Commits
e5aaff97
Commit
e5aaff97
authored
Jul 08, 2002
by
Jody Goldberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more modernization
parent
fcb4afe8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/gnumeric-graph.c
src/gnumeric-graph.c
+4
-4
No files found.
src/gnumeric-graph.c
View file @
e5aaff97
...
...
@@ -425,7 +425,7 @@ gnm_graph_vector_corba_init (GnmGraphVector *vector)
}
static
void
gnm_graph_vector_corba_
destroy
(
GnmGraphVector
*
vector
)
gnm_graph_vector_corba_
finalize
(
GnmGraphVector
*
vector
)
{
CORBA_Environment
ev
;
...
...
@@ -475,7 +475,7 @@ gnm_graph_vector_finalize (GObject *obj)
{
GnmGraphVector
*
vector
=
GNUMERIC_GRAPH_VECTOR
(
obj
);
d
(
printf
(
"graph-vector::
destroy
%p
\n
"
,
obj
));
d
(
printf
(
"graph-vector::
finalize
%p
\n
"
,
obj
));
dependent_unlink
(
&
vector
->
dep
,
NULL
);
if
(
vector
->
dep
.
expression
!=
NULL
)
{
...
...
@@ -483,7 +483,7 @@ gnm_graph_vector_finalize (GObject *obj)
vector
->
dep
.
expression
=
NULL
;
}
gnm_graph_vector_corba_
destroy
(
vector
);
gnm_graph_vector_corba_
finalize
(
vector
);
if
(
vector
->
value
!=
NULL
)
{
value_release
(
vector
->
value
);
...
...
@@ -1019,7 +1019,7 @@ gnm_graph_finalize (GObject *obj)
{
GnmGraph
*
graph
=
GNUMERIC_GRAPH
(
obj
);
d
(
printf
(
"gnumeric : graph
destroy
%p
\n
"
,
obj
));
d
(
printf
(
"gnumeric : graph
finalize
%p
\n
"
,
obj
));
if
(
graph
->
manager_client
!=
CORBA_OBJECT_NIL
)
{
bonobo_object_release_unref
(
graph
->
manager_client
,
NULL
);
...
...
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