Fix Autosize Bug When Ibox is at top or bottom of screen
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 17 Dec 2005 22:57:15 +0000 (22:57 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 17 Dec 2005 22:57:15 +0000 (22:57 +0000)
SVN revision: 19097

src/modules/ibox/e_mod_main.c

index 26a340b..8849fff 100644 (file)
@@ -660,7 +660,7 @@ _ibox_box_frame_resize(IBox_Box *ibb)
                 (e_gadman_client_edge_get(ibb->gmc) == E_GADMAN_EDGE_BOTTOM))
          {
             /* w is the width of the box */
-            e_gadman_client_resize(ibb->gmc, bw, bh); //ibb->w
+            e_gadman_client_resize(ibb->gmc, ibb->w, bh);
          }
      }
 }