X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktoggletoolbutton.h;h=0ef029cda5d2c7c4b377584ae1e9e66c8df799e2;hb=9d0febc9a64a5bfb0fcfc3a88de4757f6c1ff090;hp=90314327c9937877133114877c9df831bd345bc7;hpb=77d4d3cdae0739c0a5643fb23891f8790f05c074;p=~andy%2Fgtk diff --git a/gtk/gtktoggletoolbutton.h b/gtk/gtktoggletoolbutton.h index 90314327c..0ef029cda 100644 --- a/gtk/gtktoggletoolbutton.h +++ b/gtk/gtktoggletoolbutton.h @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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 . */ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) @@ -47,7 +45,7 @@ struct _GtkToggleToolButton GtkToolButton parent; /*< private >*/ - GtkToggleToolButtonPrivate *GSEAL (priv); + GtkToggleToolButtonPrivate *priv; }; struct _GtkToggleToolButtonClass