Ticket #155 (new defect) — at Version 1
savannah: Remove of WANT_WIDGETS
Reported by: | andrew_b | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.7 |
Component: | mc-core | Version: | 4.6.1 |
Keywords: | committed-master | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description (last modified by slavazanko) (diff)
My old patch: remove of WANT_WIDGETS preprocessor directives.
Original: http://savannah.gnu.org/patch/?6267
Submitted by: | Andrew Borodin <a_borodin> | Submitted on: | Wed 14 Nov 2007 07:00:13 AM UTC |
Category: | Core | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Discussion:
Wed 14 Nov 2007 07:00:13 AM UTC, original submission: What the WANT_WIDGETS define is need for? I propose to remove WANT_WIDGETS at all. Patch is attached. Changelog: src/main.h: Remove #ifdef WANT_WIDGETS preprocessor directive. src/filegui.c: Remove #define WANT_WIDGETS preprocessor directive. src/layout.c: Likewise. src/screen.c: Likewise.
Change History
Changed 16 years ago by slavazanko
- Attachment mc-20071103-want_widgets.patch added
Changed 16 years ago by slavazanko
- Attachment 155_remove_WANT_WIDGETS-rev1.patch added
reworked patch for git
Note: See
TracTickets for help on using
tickets.
Original patch from savannah. Added by a_borodin