From 732cbbfefc3536d4ce4e16f4eca0a5470f5c18b0 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 23 Mar 2023 10:28:47 +0100 Subject: Add WIN_VCARD to win_get_tab_identifier() Thanks to 12b997c5f34776f34634d4ca155a14586aebc905 we already found a place where we should add this missing window type. AFAIK there can be only one vcard window. --- src/ui/window.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/ui/window.c b/src/ui/window.c index 3c9ed4e2..c1d5edf3 100644 --- a/src/ui/window.c +++ b/src/ui/window.c @@ -433,6 +433,10 @@ win_get_tab_identifier(ProfWin* window) { return strdup("xmlconsole"); } + case WIN_VCARD: + { + return strdup("vcard"); + } } assert(FALSE); } -- cgit 1.4.1-2-gfad0