]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
non-pch build fix
[wxWidgets.git] / src / gtk / combobox.cpp
index b73a7ad394fcb2b65438cad776f2ae97cb9eb6ce..382b52a18eb8bd582d993c530c461fe87ceb039b 100644 (file)
@@ -295,7 +295,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
         gtk_combo_set_case_sensitive( GTK_COMBO(m_widget), TRUE );
 
         if (style & wxNO_BORDER)
         gtk_combo_set_case_sensitive( GTK_COMBO(m_widget), TRUE );
 
         if (style & wxNO_BORDER)
-            g_object_set( GTK_ENTRY( combo->entry ), "has-frame", FALSE, NULL );
+            g_object_set (combo->entry, "has-frame", FALSE, NULL );
 
         GtkWidget *list = combo->list;
 
 
         GtkWidget *list = combo->list;