CVS: sylpheedclaws/sylpheed-claws/src/gtk gtkvscrollbutton.c,1.5.2.7,1.5.2.8
[email protected] Tue, 26 Dec 2006 13:25:56 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk
In directory sunsite.dk:/tmp/cvs-serv20765/src/gtk
Modified Files:
Tag: gtk2
gtkvscrollbutton.c
Log Message:
2006-12-26 [wwp] 2.6.1cvs70
* src/partial_download.c
* src/gtk/gtkvscrollbutton.c
* src/plugins/pgpinline/plugin.c
Fix for few compiler warnings that matter.
Index: gtkvscrollbutton.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk/gtkvscrollbutton.c,v
retrieving revision 1.5.2.7
retrieving revision 1.5.2.8
diff -u -d -r1.5.2.7 -r1.5.2.8
--- gtkvscrollbutton.c 2006/11/29 17:43:33 1.5.2.7
+++ gtkvscrollbutton.c 2006/12/26 13:25:53 1.5.2.8
@@ -198,7 +198,7 @@
scrollbutton->adjustment = adjustment;
g_object_ref(G_OBJECT(adjustment));
- gtk_object_sink(G_OBJECT(adjustment));
+ gtk_object_sink(GTK_OBJECT(adjustment));
}
}