svn co http://svn.gnome.org/svn/libwnck/trunk src_libwnck/
svn co http://svn.gnome.org/svn/gnome-panel/trunk src_gnome-panel/

cp simple_patch_gnome-panel_applets_wncklet/* src_gnome-panel/applets/wncklet/
cp simple_patch_libwnck_libwnck/* src_libwnck/libwnck/

// i needed to get some dev files
sudo apt-get install gnome-common libpanel-applet2-dev libgnome-desktop-dev libgnome-menu-dev libdbus-glib-1-dev librsvg2-dev libgweather-dev gtk-doc-tools libwnck-dev

// ./autogen.sh --prefix=/usr/share
// ./configure

cd src_libwnck
./autogen.sh --prefix=/usr
sudo make install

cd ..
cd src_gnome-panel
./autogen.sh --prefix=/usr
sudo make install

// now you should remove/add the task list applet to try it out.

bugs "fixed"
- when panel is vertical, row hight on tasks buttons are maintained
- autogrouping works smarter when panel is vertical
   |- one small bug tho.. autogrouping can in some cases prevent the user from 
      grabbing the parent panel... this will be a difficult bug to fix.. 
      I think the user should have to grab the panel from somewhere
      else... kinda like how KDE is going about it...
- added options to remove icons and lables.  also added the 
  option to change the task button size
   |- not added to the GUI yet... but the back-end has the options.
      I did code one tho if you want the code..?
