]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
Just correct the path in the header comment.
[wxWidgets.git] / src / gtk / combobox.cpp
index a67b4a852b8a759a40ea2eb039a2810bdb453dd9..35a5e0fec81560896a0fb2a21167b88f5a2f50d2 100644 (file)
@@ -60,6 +60,7 @@ gtkcombobox_popupshown_callback(GObject *WXUNUSED(gobject),
     event.SetEventObject( combo );
     combo->HandleWindowEvent( event );
 }
+
 }
 
 //-----------------------------------------------------------------------------
@@ -167,6 +168,8 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
 
         g_signal_connect_after (entry, "changed",
                                 G_CALLBACK (gtkcombobox_text_changed_callback), this);
+
+        GTKConnectClipboardSignals(GTK_WIDGET(entry));
     }
 
     g_signal_connect_after (m_widget, "changed",