After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148412 - Typo in src/workbook-control-gui-priv.h line 113
Typo in src/workbook-control-gui-priv.h line 113
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Compilation
git master
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 148898 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-07-25 13:32 UTC by Olav Vitters
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes typo (848 bytes, patch)
2004-07-25 13:33 UTC, Olav Vitters
none Details | Review

Description Olav Vitters 2004-07-25 13:32:18 UTC
Gnumeric cvs has a typo in src/workbook-control-gui-priv.h line 113:
  void    wbcg_set_selection_valign    (WorkbookControlGUI *wbcg,
StyleHAlignFlags halign);

The "HAlign" .. "halign" should be "VAlign" .. "valign".
Comment 1 Olav Vitters 2004-07-25 13:33:02 UTC
Created attachment 29875 [details] [review]
Fixes typo

Please apply
Comment 2 Jody Goldberg 2004-07-26 13:28:32 UTC
Applied. Thankfully that code is not actually used yet and was just added before
the 1.3.1 release, so it's not terribly worrying.

Thanks
Comment 3 Olav Vitters 2004-07-30 22:56:33 UTC
*** Bug 148898 has been marked as a duplicate of this bug. ***