Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 1999 03:45:51 -0700 (PDT)
From:      sobomax@altavista.net
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/13854: [PATCH] Empty "Themes" menu in wmakerconf.
Message-ID:  <19990920104551.7CABF15107@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         13854
>Category:       ports
>Synopsis:       [PATCH] Empty "Themes" menu in wmakerconf.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 03:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Sobolev
>Release:        4.0-CURRENT
>Organization:
Vega International Capital
>Environment:
FreeBSD notebook 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Thu Sep  2 18:13:40 EEST 1999     root@notebook:/usr/src/sys/compile/NOTEBOOK  i386

>Description:
Wmakerconf has empty "Themes" menu probably due "work in progress". Following is the patch (patch-aa) to fix this misbehaviour.
>How-To-Repeat:
$ wmakerconf
>Fix:
--- src/menu.c.orig	Mon Sep 20 13:40:07 1999
+++ src/menu.c	Mon Sep 20 13:40:47 1999
@@ -202,9 +202,11 @@
    gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), file_menu);
    gtk_menu_bar_append (GTK_MENU_BAR (menu_bar), item);
 
+#if defined(NETSCAPE)
    item = gtk_menu_item_new_with_label (_("Themes"));
    gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), themes_menu);
    gtk_menu_bar_append (GTK_MENU_BAR (menu_bar), item);
+#endif /* defined(NETSCAPE) */
 
    item = gtk_menu_item_new_with_label (_("Help"));
    gtk_menu_item_set_submenu (GTK_MENU_ITEM (item), help_menu);


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990920104551.7CABF15107>