]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcellrenderertoggle.c
GtkBubbleWindow: allocate CSS borders and paddings
[~andy/gtk] / gtk / gtkcellrenderertoggle.c
index d75a5f8dc36c748260c7f29da157036ef6078113..f94ff2a71a04b09382fb2c7b698bd7712cff0034 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
@@ -198,7 +196,7 @@ gtk_cell_renderer_toggle_class_init (GtkCellRendererToggleClass *class)
 
   g_type_class_add_private (object_class, sizeof (GtkCellRendererTogglePrivate));
 
-  _gtk_cell_renderer_class_set_accessible_type (cell_class, GTK_TYPE_BOOLEAN_CELL_ACCESSIBLE);
+  gtk_cell_renderer_class_set_accessible_type (cell_class, GTK_TYPE_BOOLEAN_CELL_ACCESSIBLE);
 }
 
 static void