diff --git a/ChangeLog b/ChangeLog index 7f65b13c37..06b4008073 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-17 Matthias Clasen + + * gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some + caveats to the documentation. (#348971) + Thu Aug 17 16:19:35 2006 Tim Janik * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7f65b13c37..06b4008073 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2006-08-17 Matthias Clasen + + * gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Add some + caveats to the documentation. (#348971) + Thu Aug 17 16:19:35 2006 Tim Janik * docs/tutorial/gtk-tut.sgml: fixed buglet from #351759. diff --git a/gtk/gtkstatusicon.c b/gtk/gtkstatusicon.c index ca7209491f..aa09dba858 100755 --- a/gtk/gtkstatusicon.c +++ b/gtk/gtkstatusicon.c @@ -1646,11 +1646,15 @@ gtk_status_icon_position_menu (GtkMenu *menu, * Obtains information about the location of the status icon * on screen. This information can be used to e.g. position * popups like notification bubbles. + * * See gtk_status_icon_position_menu() for a more convenient * alternative for positioning menus. * * Note that some platforms do not allow GTK+ to provide - * this information. + * this information, and even on platforms that do allow it, + * the information is not reliable unless the status icon + * is embedded in a notification area, see + * gtk_status_icon_is_embedded(). * * Return value: %TRUE if the location information has * been filled in