[brasero] Remove the last bites of combo box text api going away.
- From: Luis Medinas <lmedinas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Remove the last bites of combo box text api going away.
- Date: Thu, 21 Oct 2010 23:26:43 +0000 (UTC)
commit 68f8e52fea355179c49998ab825f53b7b80c1678
Author: Luis Medinas <lmedinas gnome org>
Date: Fri Oct 22 00:16:34 2010 +0100
Remove the last bites of combo box text api going away.
src/brasero-rename.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/brasero-rename.c b/src/brasero-rename.c
index e565c82..2429546 100644
--- a/src/brasero-rename.c
+++ b/src/brasero-rename.c
@@ -86,8 +86,8 @@ brasero_rename_set_show_keep_default (BraseroRename *self,
if (priv->show_default)
return;
- gtk_combo_box_prepend_text (GTK_COMBO_BOX (priv->combo),
- _("<Keep current values>"));
+ gtk_combo_box_text_prepend_text (GTK_COMBO_BOX_TEXT (priv->combo),
+ _("<Keep current values>"));
}
priv->show_default = show;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]