Fixing reversed phone list issue
authorEd Page <eopage@byu.net>
Thu, 18 Feb 2010 01:37:23 +0000 (19:37 -0600)
committerEd Page <eopage@byu.net>
Thu, 18 Feb 2010 01:37:23 +0000 (19:37 -0600)
src/gv_views.py

index 3bb89f3..63abd7a 100644 (file)
@@ -282,8 +282,7 @@ class SmsEntryWindow(object):
                row.pack_start(selector, True, True)
                row.pack_start(removeContact, False, False)
                row.show_all()
-               # @bug List appears to be coming up backwards
-               self._targetList.pack_end(row)
+               self._targetList.pack_start(row)
                self._update_button_state()
                self._update_context()