]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkhseparator.c
Changed LGPL address for FSF in all .h and .c files
[~andy/gtk] / gtk / gtkhseparator.c
index 5f3a38c209d9f7f33e7000e3bdf44dc6ff30e6de..bc08cc37a0baeeed51919edeb581b815504bb7be 100644 (file)
@@ -12,8 +12,9 @@
  * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 #include "gtkhseparator.h"
 
@@ -38,7 +39,8 @@ gtk_hseparator_get_type ()
        sizeof (GtkHSeparatorClass),
        (GtkClassInitFunc) gtk_hseparator_class_init,
        (GtkObjectInitFunc) gtk_hseparator_init,
-       (GtkArgFunc) NULL,
+       (GtkArgSetFunc) NULL,
+        (GtkArgGetFunc) NULL,
       };
 
       hseparator_type = gtk_type_unique (gtk_separator_get_type (), &hseparator_info);