[glom/glom-1-18] Fix typo to fix the build.



commit ba4629442b6e05dbf8e6e92d2e8674d392f83674
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Nov 11 23:11:07 2011 +0100

    Fix typo to fix the build.

 glom/utility_widgets/db_adddel/db_adddel.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/utility_widgets/db_adddel/db_adddel.cc b/glom/utility_widgets/db_adddel/db_adddel.cc
index 03b5661..69997df 100644
--- a/glom/utility_widgets/db_adddel/db_adddel.cc
+++ b/glom/utility_widgets/db_adddel/db_adddel.cc
@@ -2949,7 +2949,7 @@ void DbAddDel::on_treeview_selection_changed()
 
 void DbAddDel::on_selection_changed(bool selection)
 {
-  m_refContextDel->set_sensitive(selection);
+  m_refContextDelete->set_sensitive(selection);
   m_refContextAdd->set_sensitive(selection);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]