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
375
Issues
375
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
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
34dedd4c
Commit
34dedd4c
authored
Sep 28, 1999
by
Arturo Espinosa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5XF
parent
1b15c8f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
19 deletions
+12
-19
ChangeLog-2000-02-23
ChangeLog-2000-02-23
+5
-1
OChangeLog-2000-02-23
OChangeLog-2000-02-23
+5
-1
configure.in
configure.in
+2
-2
src/print-preview.c
src/print-preview.c
+0
-15
No files found.
ChangeLog-2000-02-23
View file @
34dedd4c
1999-09-26 Miguel de Icaza <miguel@gnu.org>
* src/print-preview.c (print_preview_new): Removed warning/
1999-09-26 Morten Welinder <terra@diku.dk>
* src/cell.c (cell_relocate): Plug leak.
...
...
@@ -28,7 +32,7 @@
1999-09-26 Miguel de Icaza <miguel@gnu.org>
* src/sheet-object.c (sheet_set_mode_type): Protect Bonobo code
from being included if we dont have Bonobo.
from being included if we dont have Bonobo.
* src/Makefile.am: reverted changes from the libole2 code.
...
...
OChangeLog-2000-02-23
View file @
34dedd4c
1999-09-26 Miguel de Icaza <miguel@gnu.org>
* src/print-preview.c (print_preview_new): Removed warning/
1999-09-26 Morten Welinder <terra@diku.dk>
* src/cell.c (cell_relocate): Plug leak.
...
...
@@ -28,7 +32,7 @@
1999-09-26 Miguel de Icaza <miguel@gnu.org>
* src/sheet-object.c (sheet_set_mode_type): Protect Bonobo code
from being included if we dont have Bonobo.
from being included if we dont have Bonobo.
* src/Makefile.am: reverted changes from the libole2 code.
...
...
configure.in
View file @
34dedd4c
...
...
@@ -139,8 +139,8 @@ if $try_bonobo; then
vers=`gnome-config --modversion bonobo`
case $vers
in
bonobo-0.
2) bonobo_ok=tru
e ;;
*) bonobo_ok=
fals
e ;;
bonobo-0.
[01]) bonobo_ok=fals
e ;;
*) bonobo_ok=
tru
e ;;
esac
else
bonobo_ok=false
...
...
src/print-preview.c
View file @
34dedd4c
...
...
@@ -545,21 +545,6 @@ print_preview_new (Sheet *sheet)
GTK_OBJECT
(
pp
->
sheet
->
workbook
),
"destroy"
,
GTK_SIGNAL_FUNC
(
sheet_destroyed
),
pp
);
{
static
int
warning_shown
;
if
(
!
warning_shown
)
{
gnumeric_notice
(
sheet
->
workbook
,
GNOME_MESSAGE_BOX_WARNING
,
_
(
"The Print Preview feature is being developed.
\n
"
"The results of the preview is not correct currently,
\n
"
"it might include a buggy rendering (like black
\n
"
"blocks or an incorrect text placement).
\n\n
"
"We apologize for the inconvenience"
));
}
warning_shown
=
1
;
}
return
pp
;
}
...
...
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