Changeset 74246 in webkit


Ignore:
Timestamp:
Dec 17, 2010 3:13:13 AM (13 years ago)
Author:
xan@webkit.org
Message:

2010-12-17 Carlos Garcia Campos <cgarcia@igalia.com>

Reviewed by Martin Robinson.

[GTK] Compile warning introduced in r74129
https://bugs.webkit.org/show_bug.cgi?id=51181

  • platform/gtk/RenderThemeGtk.cpp: (WebCore::RenderThemeGtk::gtkContainer):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r74242 r74246  
     12010-12-17  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Reviewed by Martin Robinson.
     4
     5        [GTK] Compile warning introduced in r74129
     6        https://bugs.webkit.org/show_bug.cgi?id=51181
     7
     8        * platform/gtk/RenderThemeGtk.cpp:
     9        (WebCore::RenderThemeGtk::gtkContainer):
     10
    1112010-12-17  James Simonsen  <simonjam@chromium.org>
    212
  • trunk/WebCore/platform/gtk/RenderThemeGtk.cpp

    r74132 r74246  
    819819
    820820    m_gtkWindow = gtk_window_new(GTK_WINDOW_POPUP);
    821 #if GTK_API_VERSION_2
     821#ifdef GTK_API_VERSION_2
    822822    gtk_widget_set_colormap(m_gtkWindow, m_themeParts.colormap);
    823823#endif
Note: See TracChangeset for help on using the changeset viewer.