]> git.0d.be Git - empathy.git/commitdiff
Port empathy-account-assistant to GtkComboBoxText
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Sun, 17 Oct 2010 23:35:20 +0000 (10:35 +1100)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Mon, 18 Oct 2010 00:07:25 +0000 (11:07 +1100)
src/empathy-account-assistant.c

index 926f6e09ac6fde2036144b5d3a58bbc79f700d65..26032d7e8bc04a0b0468fd29e1a46fa0b9013b05 100644 (file)
@@ -655,8 +655,8 @@ account_assistant_build_introduction_page (EmpathyAccountAssistant *self)
           GINT_TO_POINTER (RESPONSE_IMPORT));
       gtk_widget_show (radio);
 
-      w = gtk_combo_box_new_text ();
-      gtk_combo_box_append_text (GTK_COMBO_BOX (w), "Pidgin");
+      w = gtk_combo_box_text_new ();
+      gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (w), "Pidgin");
       gtk_box_pack_start (GTK_BOX (hbox_1), w, TRUE, TRUE, 0);
       gtk_combo_box_set_active (GTK_COMBO_BOX (w), 0);
       gtk_widget_show (w);