From 6f03e042e19ca547fa5d207bbbae6259b3c3bdf0 Mon Sep 17 00:00:00 2001 From: Jaime Thomas Date: Wed, 18 Feb 2009 04:53:15 +0000 Subject: [PATCH] Follow the correct widget. --- experimental/ecdb/trunk/src/ecdb_burn_data_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/ecdb/trunk/src/ecdb_burn_data_gui.c b/experimental/ecdb/trunk/src/ecdb_burn_data_gui.c index 570972b5..d1bc01b7 100644 --- a/experimental/ecdb/trunk/src/ecdb_burn_data_gui.c +++ b/experimental/ecdb/trunk/src/ecdb_burn_data_gui.c @@ -593,7 +593,7 @@ ecdb_burn_data_page_show(Ecdb_Page *page) evas_object_show(proj->capacity); t = ecdb_config_inwin_add(bp->ret, NULL); - ecdb_config_inwin_follow_set(t, page->data); + ecdb_config_inwin_follow_set(t, bp->drive_combo); b = ecdb_check_add(t, NULL); ecdb_check_label_set(b, "Use Joliet");