eel r2065 - in trunk: . eel
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: eel r2065 - in trunk: . eel
- Date: Thu, 21 Feb 2008 11:54:47 +0000 (GMT)
Author: cosimoc
Date: Thu Feb 21 11:54:47 2008
New Revision: 2065
URL: http://svn.gnome.org/viewvc/eel?rev=2065&view=rev
Log:
2008-02-21 Cosimo Cecchi <cosimoc gnome org>
* eel/eel-background.c: (eel_background_ensure_realized):
Fix compilation warning. (#517681)
Patch from Rodrigo Moya.
Modified:
trunk/ChangeLog
trunk/eel/eel-background.c
Modified: trunk/eel/eel-background.c
==============================================================================
--- trunk/eel/eel-background.c (original)
+++ trunk/eel/eel-background.c Thu Feb 21 11:54:47 2008
@@ -291,7 +291,7 @@
/* Set the default color */
/* Get the widget to which the window belongs and its style as well */
- gdk_window_get_user_data (window, (void **) &widget);
+ gdk_window_get_user_data (window, &widget);
if (widget != NULL) {
style = gtk_widget_get_style (widget);
if (background->details->use_base) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]