On 2007-09-02 16:40 +0200, Andreas Poisel wrote: > One small issue (introduced with 3rc-20070720) regarding floating dock: > After configuring positions "mr" or "ml" the dock appears on "mc" > (center of the screen). Other positions work as normal.
Seems to be a copy-paste unimplementation.. Does the hopefully* attached patch help? I'm too lazy to test it. (* The sucky thing about MUAs that launch your favourite editor in the terminal is that you can't attach files before or during editing, only after.. and you're so keen on and used to just hitting the send key at that point. It would be possible to properly embed the editor by writing a custom terminal emulator..) -- Tuomo
diff -rN old-ion-3-work1.1/mod_dock/dock.c new-ion-3-work1.1/mod_dock/dock.c 986c986,990 < : SIZEPOLICY_GRAVITY_CENTER); --- > : (hp!=DOCK_HPOS_CENTER > ? (hp==DOCK_HPOS_RIGHT > ? SIZEPOLICY_GRAVITY_EAST > : SIZEPOLICY_GRAVITY_WEST) > : SIZEPOLICY_GRAVITY_CENTER));
