[virt-tools-list] [PATCH virt-viewer] Make it clear that only running VMs are listed

Guido Günther agx at sigxcpu.org
Fri Sep 15 11:33:05 UTC 2017


Hi,
On Thu, Sep 14, 2017 at 10:49:15AM -0500, Jonathon Jongsma wrote:
> On Thu, 2017-08-31 at 09:49 +0200, Guido Günther wrote:
> > this might otherwise be confusing.
> > 
> > Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873597#2
> > 5
> > ---
> >  src/virt-viewer-vm-connection.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/src/virt-viewer-vm-connection.c b/src/virt-viewer-vm-
> > connection.c
> > index ebaa92b..2f2c39a 100644
> > --- a/src/virt-viewer-vm-connection.c
> > +++ b/src/virt-viewer-vm-connection.c
> > @@ -61,7 +61,7 @@
> > virt_viewer_vm_connection_choose_name_dialog(GtkWindow *main_window,
> >      if (!gtk_tree_model_get_iter_first(model, &iter)) {
> >          g_set_error_literal(error,
> >                              VIRT_VIEWER_ERROR,
> > VIRT_VIEWER_ERROR_FAILED,
> > -                            _("No virtual machine found"));
> > +                            _("No running virtual machine found"));
> >          return NULL;
> >      }
> >  
> 
> Looks fine to me.

Thanks, can you push it? I don't have permissions on the pagure repos.
Cheers,
 -- Guido




More information about the virt-tools-list mailing list