X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktreeselection.c;h=10c9cd717a6908cf686251f22bd0ee58fb1e49d4;hb=d484721b5ca9e82d6422cca8a3a40f001208f87b;hp=7b56563181f961ae25db55400a0134bd1a7281f9;hpb=3112679a5ea58d6ee8f816b592e7188b8b3cea07;p=~andy%2Fgtk diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 7b5656318..10c9cd717 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -12,9 +12,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #include "config.h" @@ -25,7 +23,7 @@ #include "gtkmarshalers.h" #include "gtkintl.h" #include "gtktypebuiltins.h" -#include "a11y/gtktreeviewaccessible.h" +#include "a11y/gtktreeviewaccessibleprivate.h" /** @@ -56,7 +54,7 @@ * * One of the important things to remember when monitoring the selection of * a view is that the #GtkTreeSelection::changed signal is mostly a hint. - * That is,it may only emit one signal when a range of rows is selected. + * That is, it may only emit one signal when a range of rows is selected. * Additionally, it may on occasion emit a #GtkTreeSelection::changed signal * when nothing has happened (mostly as a result of programmers calling * select_row on an already selected row).