Author: bberg
Date: Sat Feb  9 13:45:16 2008
New Revision: 10785
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=10785&view=rev

Log:
2008-02-09  Benjamin Berg  <[EMAIL PROTECTED]>

        * panel-toplevel.c: (panel_toplevel_expose):
        Fix bug #497998. This correct the orientation of the panel handles.


Modified:
   trunk/gnome-panel/ChangeLog
   trunk/gnome-panel/panel-toplevel.c

Modified: trunk/gnome-panel/panel-toplevel.c
==============================================================================
--- trunk/gnome-panel/panel-toplevel.c  (original)
+++ trunk/gnome-panel/panel-toplevel.c  Sat Feb  9 13:45:16 2008
@@ -3113,7 +3113,7 @@
                                  GTK_SHADOW_OUT,
                                  &event->area, widget, "handlebox",
                                  x, y, width, height,
-                                 GTK_ORIENTATION_HORIZONTAL);
+                                 GTK_ORIENTATION_VERTICAL);
 
                x = widget->allocation.width - HANDLE_SIZE;
                if (edges & PANEL_EDGE_RIGHT)
@@ -3124,7 +3124,7 @@
                                  GTK_SHADOW_OUT,
                                  &event->area, widget, "handlebox",
                                  x, y, width, height,
-                                 GTK_ORIENTATION_HORIZONTAL);
+                                 GTK_ORIENTATION_VERTICAL);
        } else {
                int x, y, width, height;
                int xthickness, ythickness;
@@ -3151,7 +3151,7 @@
                                  GTK_SHADOW_OUT,
                                  &event->area, widget, "handlebox",
                                  x, y, width, height,
-                                 GTK_ORIENTATION_VERTICAL);
+                                 GTK_ORIENTATION_HORIZONTAL);
 
                y = widget->allocation.height - HANDLE_SIZE;
                if (edges & PANEL_EDGE_BOTTOM)
@@ -3162,7 +3162,7 @@
                                  GTK_SHADOW_OUT,
                                  &event->area, widget, "handlebox",
                                  x, y, width, height,
-                                 GTK_ORIENTATION_VERTICAL);
+                                 GTK_ORIENTATION_HORIZONTAL);
        }
 
        return retval;
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to