diff --git a/ChangeLog b/ChangeLog index e6ff100657..09b1bce229 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 27 11:57:41 2007 Tim Janik + + * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): fixed push_in description. + 2007-06-27 Johan Dahlin * gtk/gtkbuilderparser.c: Plug leaks in error code paths diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index 6da7573fe7..c559480012 100755 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -1822,9 +1822,8 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon) * @menu: the #GtkMenu * @x: return location for the x position * @y: return location for the y position - * @push_in: return location for whether the menu should be pushed in - * to be completely inside the screen instead of just clamped to the - * size to the screen. + * @push_in: whether the first menu item should be offset (pushed in) to be + * aligned with the menu popup position (only useful for GtkOptionMenu). * @user_data: the status icon to position the menu on * * Menu positioning function to use with gtk_menu_popup()