[Scribus] libprefs bug, and colors
Martin Costabel
costabel
Sun Mar 6 19:00:34 CET 2005
Martin Costabel wrote:
> It is actually still the same bug: A spurious declaration of
> ChangeGrid() in prefs.h. Only that it changed its name to changeGrid()
> now so that my patch script didn't catch it. Oh well...
I had to remove two more spurious declarations to get the preferences to
work, see diff below.
If someone wants to admire the interesting colors I am getting, here is
a screenshot:
http://perso.univ-rennes1.fr/martin.costabel/scribus/Scribus_1.3cvs_colors.jpg
(the same as pdf is also there). One can see that the screen shows
picture colors right and solid colors wrong, whereas for the print
preview it is the other way round.
% cvs diff scribus/libprefs/prefs.h
Index: scribus/libprefs/prefs.h
===================================================================
RCS file: /cvs/Scribus/scribus/libprefs/prefs.h,v
retrieving revision 1.19.2.24
diff -u -b -w -r1.19.2.24 prefs.h
--- scribus/libprefs/prefs.h 3 Mar 2005 18:14:30 -0000 1.19.2.24
+++ scribus/libprefs/prefs.h 6 Mar 2005 17:50:35 -0000
@@ -191,8 +191,6 @@
void changeProfs();
void changeScripts();
void changeTemplates();
- void changeScaling();
- void changeGrid();
void setDS();
void setPageWidth(int v);
void setPageHeight(int v);
@@ -202,7 +200,6 @@
void setRight(int v);
void setSize(const QString &);
void setOrien(int ori);
- void changePapColor();
void unitChange();
void setDisScale();
void switchCMS(bool enable);
--
Martin
More information about the scribus
mailing list