mikachu/openbox.git
16 years agogive prompts a border, and fix how they are laid out. and make them use the multi...
Dana Jansens [Thu, 7 Feb 2008 03:16:15 +0000 (22:16 -0500)]
give prompts a border, and fix how they are laid out. and make them use the multi-line text capabilities in render for the message

16 years agoallow font rendering to use multiple lines
Dana Jansens [Thu, 7 Feb 2008 03:12:54 +0000 (22:12 -0500)]
allow font rendering to use multiple lines

16 years agoyou can create dialog windows called "prompts" which have a message and some buttons...
Dana Jansens [Thu, 7 Feb 2008 02:35:55 +0000 (21:35 -0500)]
you can create dialog windows called "prompts" which have a message and some buttons!  they don't do anything interesting yet.

16 years agomake the internal window type more easily inheritable
Dana Jansens [Thu, 7 Feb 2008 00:40:21 +0000 (19:40 -0500)]
make the internal window type more easily inheritable

16 years agoupdate the indent style guidelines
Dana Jansens [Thu, 14 Feb 2008 02:11:05 +0000 (21:11 -0500)]
update the indent style guidelines

16 years agolet you match per-app settings based on the window type
Dana Jansens [Thu, 14 Feb 2008 01:53:25 +0000 (20:53 -0500)]
let you match per-app settings based on the window type

16 years agodon't force fake enter events while there is a grab on the pointer. this fixes focus...
Dana Jansens [Wed, 13 Feb 2008 15:19:52 +0000 (10:19 -0500)]
don't force fake enter events while there is a grab on the pointer.  this fixes focus switching during a move/resize from mouse-button-bound actions.

16 years agoturn the new openbox.png into the default icon.h
Dana Jansens [Wed, 13 Feb 2008 05:37:03 +0000 (00:37 -0500)]
turn the new openbox.png into the default icon.h

16 years ago_net_active_window shouldn't change desktop, is the general policy concensus.
Dana Jansens [Tue, 12 Feb 2008 03:11:46 +0000 (22:11 -0500)]
_net_active_window shouldn't change desktop, is the general policy concensus.

16 years agosplit menu overlap into x and y components
Dana Jansens [Tue, 12 Feb 2008 03:10:21 +0000 (22:10 -0500)]
split menu overlap into x and y components

16 years agospeed up the pyramid gradient using memcpy's. also make it not crash for 1px high...
Dana Jansens [Mon, 11 Feb 2008 06:15:06 +0000 (01:15 -0500)]
speed up the pyramid gradient using memcpy's.  also make it not crash for 1px high textures.

here are some sample profiling results.  pyramid2 is the new code

  %   cumulative   self              self     total
 time   seconds   seconds    calls  ms/call  ms/call  name

 58.78      1.54     1.54      255     6.04     6.04  gradient_pyramid1
 40.46      2.60     1.06      255     4.16     4.16  gradient_pyramid2

 54.88      2.25     2.25      504     4.46     4.46  gradient_pyramid1
 44.88      4.09     1.84      504     3.65     3.65  gradient_pyramid2

16 years agoremove an XXX comment, the sanity check seems to have worked out fine.
Dana Jansens [Sun, 10 Feb 2008 23:41:11 +0000 (18:41 -0500)]
remove an XXX comment, the sanity check seems to have worked out fine.

16 years agoforce the resize popup to be on-screen (not negative position)
Dana Jansens [Sun, 10 Feb 2008 23:30:07 +0000 (18:30 -0500)]
force the resize popup to be on-screen (not negative position)

16 years agoa small optimization for the vertical gradients, and use the same log(n) strategy...
Dana Jansens [Sun, 10 Feb 2008 23:08:05 +0000 (18:08 -0500)]
a small optimization for the vertical gradients, and use the same log(n) strategy to use less memcpy's for filling out the horizontal gradients

16 years agouse memcpy's to speed up vertical gradients too. split the fancy memcpy() code out...
Dana Jansens [Sun, 10 Feb 2008 22:06:18 +0000 (17:06 -0500)]
use memcpy's to speed up vertical gradients too.  split the fancy memcpy() code out into the repeat_pixel function.

16 years agouse memcpy's to make splitvertical gradient much faster - using log n memcpy's is...
Dana Jansens [Sun, 10 Feb 2008 21:49:16 +0000 (16:49 -0500)]
use memcpy's to make splitvertical gradient much faster - using log n memcpy's is much quicker than setting a pointer value n times

Here are some profiling results.  splitvertical1 is the original code, splitvertical2 is some slight improvements in locality for it, and splitvertical3 is the new O(log n) memcpy code

  %   cumulative   self              self     total
 time   seconds   seconds    calls  ms/call  ms/call  name
 49.44      0.88     0.88     1063     0.83     0.83  gradient_splitvertical1
 47.19      1.72     0.84     1063     0.79     0.79  gradient_splitvertical2
  2.81      1.77     0.05     1063     0.05     0.05  gradient_splitvertical3

i also tested this with 'time' to draw 1000 gradients, and the new code used approximately half the user time, and finished 10 seconds quicker.  so yeah, it's magical and works well.

16 years agoadd --enable-gprof option for configure
Dana Jansens [Sun, 10 Feb 2008 20:06:38 +0000 (15:06 -0500)]
add --enable-gprof option for configure

16 years agomake rendertest exit cleanly when it is unmapped (iconify/desktopchange)
Dana Jansens [Sun, 10 Feb 2008 20:04:26 +0000 (15:04 -0500)]
make rendertest exit cleanly when it is unmapped (iconify/desktopchange)

16 years agotypo in comment
Mikael Magnusson [Sun, 10 Feb 2008 06:54:21 +0000 (07:54 +0100)]
typo in comment

16 years agoMake a pending ReplayPointer happen before moving/showing/hiding a window in an action.
Dana Jansens [Sat, 9 Feb 2008 23:48:56 +0000 (18:48 -0500)]
Make a pending ReplayPointer happen before moving/showing/hiding a window in an action.
Commit c907f5af4ad16b1 broke kdesktop again, so we have to fix it at an even finer level.

16 years agoWrap the focus action in actions_client_move.
Mikael Magnusson [Fri, 8 Feb 2008 13:00:38 +0000 (14:00 +0100)]
Wrap the focus action in actions_client_move.

When alt-tabbing to iconified audacious and the playlist or eq window pops up under
the cursor, they "stole" focus from the main window.

16 years agoFix a minor issue with lastdesktop right after startup.
Mikael Magnusson [Sat, 9 Feb 2008 10:43:26 +0000 (11:43 +0100)]
Fix a minor issue with lastdesktop right after startup.

16 years agoUpdate dutch translation.
Mikael Magnusson [Tue, 12 Feb 2008 18:48:27 +0000 (19:48 +0100)]
Update dutch translation.

16 years agoapparently gnome has hidden gnome-settings-daemon in libexec, so put that in the...
Dana Jansens [Mon, 11 Feb 2008 18:30:40 +0000 (13:30 -0500)]
apparently gnome has hidden gnome-settings-daemon in libexec, so put that in the autostart.sh

16 years agomissing >/dev/null for a which statement
Dana Jansens [Mon, 11 Feb 2008 14:43:31 +0000 (09:43 -0500)]
missing >/dev/null for a which statement

16 years agousing () for a class that doesn't inherit breaks old python
Dana Jansens [Mon, 11 Feb 2008 14:40:24 +0000 (09:40 -0500)]
using () for a class that doesn't inherit breaks old python

16 years agogrammar hammer
Dana Jansens [Sun, 10 Feb 2008 07:06:46 +0000 (02:06 -0500)]
grammar hammer

16 years agomake white font shadows (negative shadowtint) work right.. this has been busted a...
Dana Jansens [Sun, 10 Feb 2008 06:51:34 +0000 (01:51 -0500)]
make white font shadows (negative shadowtint) work right.. this has been busted a long time. thank you nvidia.

16 years agomake xdg-autostart check for PyXDG and print a better error than a backtrace. and...
Dana Jansens [Sat, 9 Feb 2008 23:26:15 +0000 (18:26 -0500)]
make xdg-autostart check for PyXDG and print a better error than a backtrace.  and make the executing actually work

16 years agomake an xdg-autostart script. it is very fancy.
Dana Jansens [Sat, 9 Feb 2008 23:14:18 +0000 (18:14 -0500)]
make an xdg-autostart script.  it is very fancy.

16 years agoUpdate swedish translation.
Mikael Magnusson [Sat, 9 Feb 2008 08:42:31 +0000 (09:42 +0100)]
Update swedish translation.
NB: using 3.4.6.1 to mean the --config-file translation is included and 3.4.6 for everything before that.

16 years agoUpdate czech translation.
Martin Sova [Sat, 9 Feb 2008 08:38:28 +0000 (09:38 +0100)]
Update czech translation.

16 years agoDon't bother setting screen_last_desktop here, it's inited in screen_startup anyway.
Mikael Magnusson [Fri, 8 Feb 2008 09:22:57 +0000 (10:22 +0100)]
Don't bother setting screen_last_desktop here, it's inited in screen_startup anyway.

16 years agoadd the position's force attribute to the default rc.xml and xsd
Dana Jansens [Wed, 6 Feb 2008 14:22:04 +0000 (09:22 -0500)]
add the position's force attribute to the default rc.xml and xsd

16 years agodon't crash when using <raise> and alt-tab and there are no windows to cycle between
Dana Jansens [Fri, 1 Feb 2008 06:56:37 +0000 (01:56 -0500)]
don't crash when using <raise> and alt-tab and there are no windows to cycle between

16 years agothe title_focused_shadow_color is being set twice, and being overridden by the osd...
Dana Jansens [Tue, 5 Feb 2008 05:07:26 +0000 (00:07 -0500)]
the title_focused_shadow_color is being set twice, and being overridden by the osd color (though not in the texture)

16 years agoAdd the manageDesktops option.
Mikael Magnusson [Sun, 3 Feb 2008 15:53:33 +0000 (16:53 +0100)]
Add the manageDesktops option.

16 years agomake the menu headers show their correct text
Dana Jansens [Sun, 3 Feb 2008 23:45:40 +0000 (18:45 -0500)]
make the menu headers show their correct text

16 years agoignore fake generated enters if they are in the serial-ignore-range too
Dana Jansens [Sun, 3 Feb 2008 14:29:05 +0000 (09:29 -0500)]
ignore fake generated enters if they are in the serial-ignore-range too

16 years agoallow you to force the position of windows with rc.xml's per-app settings with the...
Dana Jansens [Sat, 2 Feb 2008 21:50:55 +0000 (16:50 -0500)]
allow you to force the position of windows with rc.xml's per-app settings with the force="yes" attribute

16 years agowhen focusing or raising a window which is modal child for a direct parent, raise...
Dana Jansens [Sun, 3 Feb 2008 03:17:32 +0000 (22:17 -0500)]
when focusing or raising a window which is modal child for a direct parent, raise its parent and move it to the top of the stacking order too, ie. treat them like one window (this is already done elsewhere, like when moving between desktops for example)

16 years agounused variable
Dana Jansens [Sun, 3 Feb 2008 03:09:52 +0000 (22:09 -0500)]
unused variable

16 years agoimprove comment
Dana Jansens [Sun, 3 Feb 2008 03:07:21 +0000 (22:07 -0500)]
improve comment

16 years agoupdated clearlooks theme from mulberry
Dana Jansens [Sat, 2 Feb 2008 22:06:24 +0000 (17:06 -0500)]
updated clearlooks theme from mulberry

16 years agoerroneous comment
Dana Jansens [Sat, 2 Feb 2008 19:29:08 +0000 (14:29 -0500)]
erroneous comment

16 years agoupdate the po files as they appear in 3.4.6 with the new strings
Dana Jansens [Sat, 2 Feb 2008 17:59:23 +0000 (12:59 -0500)]
update the po files as they appear in 3.4.6 with the new strings

16 years agoif windows on screen are going to be moved, then do the ReplayPointer before that...
Dana Jansens [Sat, 2 Feb 2008 16:22:17 +0000 (11:22 -0500)]
if windows on screen are going to be moved, then do the ReplayPointer before that occurs, so it goes to the right window.  if they are not, then just wait until after the actions are run (for kdesktop's sake really)

16 years agocomment typo
Dana Jansens [Sat, 2 Feb 2008 16:01:14 +0000 (11:01 -0500)]
comment typo

16 years agoadd a --config-file command line option, and OB_CONFIG_FILE root hint
Dana Jansens [Sat, 2 Feb 2008 14:22:50 +0000 (09:22 -0500)]
add a --config-file command line option, and OB_CONFIG_FILE root hint

16 years agomake update-po
Dana Jansens [Sat, 2 Feb 2008 14:07:03 +0000 (09:07 -0500)]
make update-po

16 years agomake fullscreen windows more xinerama and multi-screen aware
Dana Jansens [Sat, 2 Feb 2008 14:01:56 +0000 (09:01 -0500)]
make fullscreen windows more xinerama and multi-screen aware

instead of calling it every time a window loses focus, it is only called when a window gains focus.  then, check fullscreen layered windows, if they should be moved to a lower layer.
when moving a window between monitors, also check its layer and that of any fullscreen windows.
let a window stay in the fullscreen layer even when it is not focused, if it is on a non-visible desktop, or if it is on a different monitor from the focused window, or if nothing else is focused

16 years agofix a crash from chroot of invalid keys, and make keybindings reload better
Dana Jansens [Sat, 2 Feb 2008 05:59:59 +0000 (00:59 -0500)]
fix a crash from chroot of invalid keys, and make keybindings reload better

since invalid(not translated) keybindings are allowed in the tree, the tree's structure may actually need to change when reconfiguring.  actually, it could need to anyways.  so when re-translating all the keybindings, actually rebuild the keybinding tree.  also, make the chroot building code not fail when translate fails, to match the rest of the code and avoid segfaults with chroots on invalid keys.

16 years agowhen checking that a window is onscreen, if there are screens with higher indices...
Dana Jansens [Thu, 31 Jan 2008 22:31:51 +0000 (17:31 -0500)]
when checking that a window is onscreen, if there are screens with higher indices than where it appeared, they would trump things and force the window onto the first screen.  now, only assume the window is on no screens if it actually is on no screens

16 years agodon't deiconify windows on reconfigure if they cant be iconified directly. stop...
Dana Jansens [Mon, 28 Jan 2008 14:59:45 +0000 (09:59 -0500)]
don't deiconify windows on reconfigure if they cant be iconified directly.  stop managing windows in reverse order on restart it messes up the dock among other things

16 years agoMark translations without the new desktop number mismatch message as 3.4.5.
Mikael Magnusson [Tue, 29 Jan 2008 13:04:31 +0000 (14:04 +0100)]
Mark translations without the new desktop number mismatch message as 3.4.5.
Update swedish translation with them.

 [ I mistakenly originally made this commit on 3.4-working (commit
   7f514044f7fb8f5c2948d9b3da837a9b46717ee5) so the changes got lost on a
   subsequent merge from backport when we usually overwrite po/. ]

16 years agoUpdate norwegian translation.
Michael Kjelbergvik Thung [Tue, 29 Jan 2008 12:54:40 +0000 (13:54 +0100)]
Update norwegian translation.

16 years agoreordering things when mapping windows a little to work with iconified windows with...
Dana Jansens [Mon, 28 Jan 2008 05:26:13 +0000 (00:26 -0500)]
reordering things when mapping windows a little to work with iconified windows with iconified toolbars on restart. (e.g. ooffice)

16 years agofix a rare assert condition (window maps in iconic state but is not allowed to be...
Dana Jansens [Mon, 28 Jan 2008 01:26:29 +0000 (20:26 -0500)]
fix a rare assert condition (window maps in iconic state but is not allowed to be iconic)

16 years agoChange <placeOn> to <monitor>.
Mikael Magnusson [Sun, 27 Jan 2008 20:03:55 +0000 (21:03 +0100)]
Change <placeOn> to <monitor>.

16 years agoreplace the <active> placement option with <placeOn>active/mouse/any</placeOn>
Dana Jansens [Sun, 27 Jan 2008 16:31:23 +0000 (11:31 -0500)]
replace the <active> placement option with <placeOn>active/mouse/any</placeOn>

16 years agoget rid of copying the rrappearances for each menu frame, except for the one that...
Dana Jansens [Sun, 27 Jan 2008 09:59:39 +0000 (04:59 -0500)]
get rid of copying the rrappearances for each menu frame, except for the one that is actually useful

16 years agoignore the built tests and some extra po/ generated junk
Dana Jansens [Sun, 27 Jan 2008 09:13:38 +0000 (04:13 -0500)]
ignore the built tests and some extra po/ generated junk

16 years agouse setenv/unsetenv instead of putenv, cuz they are not ugly and confusing wrt memory...
Dana Jansens [Sun, 27 Jan 2008 08:48:49 +0000 (03:48 -0500)]
use setenv/unsetenv instead of putenv, cuz they are not ugly and confusing wrt memory leaks

16 years agomake horizontal gradients faster by not jumping around in memory as much
Dana Jansens [Sun, 27 Jan 2008 08:36:26 +0000 (03:36 -0500)]
make horizontal gradients faster by not jumping around in memory as much

16 years agowindow a window stops responding to pings, don't use the xsync protocol while resizin...
Dana Jansens [Sun, 27 Jan 2008 08:17:50 +0000 (03:17 -0500)]
window a window stops responding to pings, don't use the xsync protocol while resizing it - its not going to be responding to it anyways

16 years agoonly store icons for windows that are 64px or smaller, as we don't have need for...
Dana Jansens [Sun, 27 Jan 2008 08:14:35 +0000 (03:14 -0500)]
only store icons for windows that are 64px or smaller, as we don't have need for any bigger icons at this time.  unless they only provide icons bigger than that, then just store one of them (the smallest)

16 years agowe alloc theme elements for every window frame, but really it is unneccesary
Dana Jansens [Sun, 27 Jan 2008 07:53:26 +0000 (02:53 -0500)]
we alloc theme elements for every window frame, but really it is unneccesary

16 years agoadd a missing #include
Dana Jansens [Sun, 27 Jan 2008 07:41:21 +0000 (02:41 -0500)]
add a missing #include

16 years agowhen ignoring enter events, only ignore up to the current serial (NextRequest()-1...
Dana Jansens [Sat, 26 Jan 2008 18:36:20 +0000 (13:36 -0500)]
when ignoring enter events, only ignore up to the current serial (NextRequest()-1).  Don't ignore enters that come after this with the next serial.

16 years agocreate fake enter events for button press bindings. only swallow enter events when...
Dana Jansens [Sat, 26 Jan 2008 18:25:03 +0000 (13:25 -0500)]
create fake enter events for button press bindings.  only swallow enter events when focus.undermouse is not on (for non-mouse actions)

16 years agoRemove a fuzzy translation.
Mikael Magnusson [Sat, 26 Jan 2008 17:43:02 +0000 (18:43 +0100)]
Remove a fuzzy translation.

16 years agoAdd a few missing includes and remove a stray debug printf.
Mikael Magnusson [Sat, 26 Jan 2008 17:25:32 +0000 (18:25 +0100)]
Add a few missing includes and remove a stray debug printf.

16 years agoonly add borders and stuff to the dock's size if it is holding anything. otherwise...
Dana Jansens [Sat, 26 Jan 2008 06:17:56 +0000 (01:17 -0500)]
only add borders and stuff to the dock's size if it is holding anything.  otherwise it gets a non-zero size which messes with resistence/placement/etc

16 years agofix a memleak in client_update_icon_geometry
Dana Jansens [Fri, 25 Jan 2008 15:32:39 +0000 (10:32 -0500)]
fix a memleak in client_update_icon_geometry

16 years agofix a mem leak
Dana Jansens [Fri, 25 Jan 2008 15:29:49 +0000 (10:29 -0500)]
fix a mem leak

16 years agofix a mem leak
Dana Jansens [Fri, 25 Jan 2008 15:27:44 +0000 (10:27 -0500)]
fix a mem leak

16 years agoCreate fake enter events in fewer situations - avoiding times that you don't actually...
Dana Jansens [Fri, 25 Jan 2008 15:20:21 +0000 (10:20 -0500)]
Create fake enter events in fewer situations - avoiding times that you don't actually want them.  Ignore event serials without using XSync, so that we aren't doing an XSync 100 times per minute - slow!

16 years agoFix some memleaks.
Mikael Magnusson [Fri, 25 Jan 2008 11:53:43 +0000 (12:53 +0100)]
Fix some memleaks.

missing RrFontClose for osd_font in two places.
missing a g_free(area);

16 years agoskip enter events caused by temporarily raising windows during alt-tab. also caused...
Dana Jansens [Fri, 25 Jan 2008 05:35:31 +0000 (00:35 -0500)]
skip enter events caused by temporarily raising windows during alt-tab.  also caused by the focus cycle indicator moving

16 years agoadd SessionManaged to the gnome wm-props.desktop thinger like metacity has in its
Dana Jansens [Fri, 25 Jan 2008 05:26:25 +0000 (00:26 -0500)]
add SessionManaged to the gnome wm-props.desktop thinger like metacity has in its

16 years agoadd the new Clearlooks theme by mulberry, and rename the current one to Clearlooks-3.4
Dana Jansens [Fri, 25 Jan 2008 04:05:58 +0000 (23:05 -0500)]
add the new Clearlooks theme by mulberry, and rename the current one to Clearlooks-3.4

16 years agostrip non-modifier masks from the keyboard state for keyreleases when xkb is present too
Dana Jansens [Fri, 25 Jan 2008 01:19:33 +0000 (20:19 -0500)]
strip non-modifier masks from the keyboard state for keyreleases when xkb is present too

16 years agoUpdate portuguese translation.
Mikael Magnusson [Tue, 22 Jan 2008 21:18:00 +0000 (22:18 +0100)]
Update portuguese translation.

16 years agoUpdate brasilian portuguese translation.
Og Maciel [Tue, 22 Jan 2008 20:42:27 +0000 (21:42 +0100)]
Update brasilian portuguese translation.

16 years agoUpdate russian translation, by Snelius.
Mikael Magnusson [Tue, 22 Jan 2008 07:00:20 +0000 (08:00 +0100)]
Update russian translation, by Snelius.

16 years agoprint a warning when the session has a different number of desktops than the openbox...
Dana Jansens [Tue, 22 Jan 2008 17:54:53 +0000 (12:54 -0500)]
print a warning when the session has a different number of desktops than the openbox config

16 years agouse the <wmclass> for startup notfication in the execute action. when present don...
Dana Jansens [Tue, 22 Jan 2008 03:27:03 +0000 (22:27 -0500)]
use the <wmclass> for startup notfication in the execute action. when present don't use the check against the binary.

16 years agoFix two typos in comments in rc.xml
Mikael Magnusson [Mon, 21 Jan 2008 11:14:30 +0000 (12:14 +0100)]
Fix two typos in comments in rc.xml

16 years agoonly unset the startup_desktop_id once, and dont free the string we pass to putenv
Dana Jansens [Sun, 20 Jan 2008 23:34:26 +0000 (18:34 -0500)]
only unset the startup_desktop_id once, and dont free the string we pass to putenv

16 years agocheck them startupnotify-provided wmclass against both parts of a window's wm_class...
Dana Jansens [Sun, 20 Jan 2008 14:52:10 +0000 (09:52 -0500)]
check them startupnotify-provided wmclass against both parts of a window's wm_class hint, as the spec doth say so.

16 years agoputenv wants a char*, not a const
Dana Jansens [Sun, 20 Jan 2008 06:36:37 +0000 (01:36 -0500)]
putenv wants a char*, not a const

16 years agoUpdate Basque translation.
Inko Illarramendi Arancibia [Sat, 19 Jan 2008 13:36:42 +0000 (14:36 +0100)]
Update Basque translation.

16 years agoUpdate simplified chinese translation.
Shaodong Di [Fri, 18 Jan 2008 14:04:50 +0000 (15:04 +0100)]
Update simplified chinese translation.

16 years agoUpdate finnish translation.
Lauri Hakko [Thu, 17 Jan 2008 22:14:22 +0000 (23:14 +0100)]
Update finnish translation.

16 years agoUpdate vietnamese translation.
Quan Tran [Thu, 17 Jan 2008 22:10:36 +0000 (23:10 +0100)]
Update vietnamese translation.

16 years agoUpdate french translation.
Cyrille Bagard [Thu, 17 Jan 2008 21:55:01 +0000 (22:55 +0100)]
Update french translation.

16 years agoUpdate german translation.
Finn Zirngibl [Thu, 17 Jan 2008 21:51:17 +0000 (22:51 +0100)]
Update german translation.

16 years agoSome .c files that had translatable strings were not in POTFILES.in.
Mikael Magnusson [Thu, 17 Jan 2008 21:20:53 +0000 (22:20 +0100)]
Some .c files that had translatable strings were not in POTFILES.in.

Swedish translation is updated with all new strings.

16 years agoFixes to finnish translation.
Lauri Hakko [Thu, 17 Jan 2008 21:02:29 +0000 (22:02 +0100)]
Fixes to finnish translation.

16 years agoRemove leftover config_four_corners from config.c.
Mikael Magnusson [Wed, 16 Jan 2008 14:58:24 +0000 (15:58 +0100)]
Remove leftover config_four_corners from config.c.