tag 560381 patch
thanks

hi, attached is a patch that solves the RC nature of this issue.  note
that even after this is applied, a lot of the functionality is not
working correctly due to the API change (as mentioned previously), but
at least you can run existing VMs.

i am planning to nmu this after 7 days (of course i will clean it up
and make it a quilt patch since it is currently a direct change in the
diff, which isn't good).

i will look at solving the other problems due to the new API when i find
the time.

mike
diff -u vboxgtk-0.5.0/debian/changelog vboxgtk-0.5.0/debian/changelog
--- vboxgtk-0.5.0/debian/changelog
+++ vboxgtk-0.5.0/debian/changelog
@@ -1,3 +1,9 @@
+vboxgtk (0.5.0-1.1) unstable; urgency=low
+
+  * Fix startup crash (closes: #560381).
+
+ -- Michael Gilbert <michael.s.gilb...@gmail.com>  Sat, 27 Feb 2010 13:21:28 -0500
+
 vboxgtk (0.5.0-1) unstable; urgency=low
 
   [ Devid Antonio Filoni ]
only in patch2:
unchanged:
--- vboxgtk-0.5.0.orig/vboxgtk/vboxgtk_iface.py
+++ vboxgtk-0.5.0/vboxgtk/vboxgtk_iface.py
@@ -52,7 +52,6 @@
                           self.vboxdao.vm_states.Stopping: _("Stopping"),
                           self.vboxdao.vm_states.Saving: _("Saving"),
                           self.vboxdao.vm_states.Restoring: _("Restoring"),
-                          self.vboxdao.vm_states.Discarding: _("Discading"),
                           self.vboxdao.vm_states.SettingUp: _("Setting Up") }
         self.builder = gtk.Builder()
         xml_files = ['xml/vboxgtk-actions.xml',

Reply via email to