View | Details | Raw Unified | Return to bug 248433 | Differences between
and this patch

Collapse All | Expand All

(-)net/vinagre/Makefile (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	vinagre
4
PORTNAME=	vinagre
5
PORTVERSION=	3.22.0
5
PORTVERSION=	3.22.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	net gnome
7
CATEGORIES=	net gnome
8
MASTER_SITES=	GNOME
8
MASTER_SITES=	GNOME
9
DIST_SUBDIR=	gnome3
9
DIST_SUBDIR=	gnome3
(-)net/vinagre/files/patch-plugins_vnc_vinagre-vnc-tab.c (+11 lines)
Line 0 Link Here
1
--- plugins/vnc/vinagre-vnc-tab.c.orig
2
+++ plugins/vnc/vinagre-vnc-tab.c
3
@@ -508,7 +508,7 @@
4
 	{
5
 	  host = vinagre_connection_get_best_name (conn);
6
 	  if (!vinagre_utils_request_credential (window, "VNC", host, NULL, NULL,
7
-	     FALSE, need_username, need_password, 8, NULL, &username, &password,
8
+	     FALSE, need_username, need_password, 32, NULL, &username, &password,
9
 	     &save_in_keyring))
10
 	    {
11
 	      vinagre_tab_remove_from_notebook (tab);

Return to bug 248433