Re: [PATCH virt-viewer 13/19] Number display starting from 1

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

 



Why? To match the window subtitle? Please add this to the commit log.
Id add a +1 as well to
DEBUG_LOG("Remove window %d %p", nth, win);
and
DEBUG_LOG("Insert window %d %p", nth, win);

Christophe

On Mon, Jul 16, 2012 at 06:57:48PM +0200, Marc-André Lureau wrote:
> ---
>  src/virt-viewer-app.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/virt-viewer-app.c b/src/virt-viewer-app.c
> index f581531..f590641 100644
> --- a/src/virt-viewer-app.c
> +++ b/src/virt-viewer-app.c
> @@ -1638,7 +1638,7 @@ window_update_menu_displays_cb(gpointer key G_GNUC_UNUSED,
>          gboolean visible;
>          gchar *label;
>  
> -        label = g_strdup_printf(_("Display %d"), *nth);
> +        label = g_strdup_printf(_("Display %d"), *nth + 1);
>          item = gtk_check_menu_item_new_with_label(label);
>          g_free(label);
>          visible = gtk_widget_get_visible(GTK_WIDGET(virt_viewer_window_get_window(vwin)));
> -- 
> 1.7.10.4
> 
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list@xxxxxxxxxx
> https://www.redhat.com/mailman/listinfo/virt-tools-list

Attachment: pgpDYvAwcbw0Q.pgp
Description: PGP signature


[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux