erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Fixed menu separator between "Current cha


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Fixed menu separator between "Current channel" and "Pals...".
Date: Sun, 14 Oct 2007 00:48:46 -0400

commit f45f658f5f90aded4c1c3c479eab9abbb9123f1a
Author: Diane Murray <address@hidden>
Date:   Wed Feb 7 18:39:08 2007 +0000

    Fixed menu separator between "Current channel" and "Pals...".
    
    * erc-menu.el (erc-menu-definition): Fixed so that the separator
    is between "Current channel" and "Pals, fools and other keywords",
    not at the bottom of the "Current channel" submenu.
    git-archimport-id: address@hidden/erc--main--0--patch-103

diff --git a/ChangeLog b/ChangeLog
index 880b2f8..26def0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-07  Diane Murray  <address@hidden>
+
+       * erc-menu.el (erc-menu-definition): Fixed so that the separator
+       is between "Current channel" and "Pals, fools and other keywords",
+       not at the bottom of the "Current channel" submenu.
+
 2007-01-25  Diane Murray  <address@hidden>
 
        * erc-networks.el (erc-server-alist): Removed SSL server for now
diff --git a/erc-menu.el b/erc-menu.el
index 64cf36c..888da70 100644
--- a/erc-menu.el
+++ b/erc-menu.el
@@ -76,8 +76,8 @@
                (erc-channel-user-op-p (erc-current-nick))]
               ["Set a key..." erc-set-channel-key
                (erc-channel-user-op-p (erc-current-nick))])
-        ["Leave this channel..." erc-part-from-channel erc-channel-users]
-        "-")
+        ["Leave this channel..." erc-part-from-channel erc-channel-users])
+       "-"
        (list "Pals, fools and other keywords"
              ["Add pal..." erc-add-pal]
              ["Delete pal..." erc-delete-pal]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]