--- /home/cpdev/src/classpath/gnu/java/awt/peer/gtk/GtkChoicePeer.java	2005-07-15 05:32:40.000000000 +0000
+++ gnu/java/awt/peer/gtk/GtkChoicePeer.java	2005-06-30 05:34:03.000000000 +0000
@@ -72,8 +72,6 @@
   native void nativeRemove (int index);
   native void nativeRemoveAll ();
 
-  native void connectSignals ();
-
   public native void select (int position);
  
   public void add (String item, int index)
@@ -120,7 +118,7 @@
     add (item, position);
   }
 
-  protected void postChoiceItemEvent (String label, int stateChange)
+  protected void choicePostItemEvent (String label, int stateChange)
   {
     // Must set our state before notifying listeners
     if (stateChange == ItemEvent.SELECTED)
