summaryrefslogtreecommitdiff
path: root/gtk/gtkvolumebutton.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-09-18 19:54:31 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-09-26 22:18:13 -0400
commit3b8184cfee90f8f4e13ae64919a6a08921f78b8a (patch)
tree9d4eda01b16be9d2066b0c186053fbc1aafc3879 /gtk/gtkvolumebutton.c
parent945e97e50539497bbb0bf5ddc6f8eb8889681b39 (diff)
downloadgtk+-3b8184cfee90f8f4e13ae64919a6a08921f78b8a.tar.gz
Move classes that currently derive from GtkObject to GInitiallyUnowned
Diffstat (limited to 'gtk/gtkvolumebutton.c')
-rw-r--r--gtk/gtkvolumebutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c
index bcf2a8e690..d84358d892 100644
--- a/gtk/gtkvolumebutton.c
+++ b/gtk/gtkvolumebutton.c
@@ -69,7 +69,7 @@ static void
gtk_volume_button_init (GtkVolumeButton *button)
{
GtkScaleButton *sbutton = GTK_SCALE_BUTTON (button);
- GtkObject *adj;
+ GObject *adj;
GtkWidget *minus_button, *plus_button;
const char *icons[] = {
"audio-volume-muted",