[Pkg-mozext-commits] [nostalgy] 15/252: *** empty log message ***

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:24:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository nostalgy.

commit 865a748ca84ef7564f5d8ab8b2ba9a2435b55932
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Tue Aug 29 12:00:23 2006 +0000

    *** empty log message ***
---
 content/NostalgyPref.xul                        | 46 -------------------------
 content/edit_prefs.js                           |  2 +-
 content/{NostalgyEditRule.xul => edit_rule.xul} |  0
 content/messageOverlay.xul                      |  2 +-
 content/thunderbirdOverlay.xul                  |  2 +-
 5 files changed, 3 insertions(+), 49 deletions(-)

diff --git a/content/NostalgyPref.xul b/content/NostalgyPref.xul
deleted file mode 100644
index 30d6877..0000000
--- a/content/NostalgyPref.xul
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE window>
-<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
-
-<dialog
-        xmlns:html="http://www.w3.org/1999/xhtml"
-        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
-	buttons="accept,cancel"
-	ondialogaccept="return onAcceptChanges();"
-        title="Nostalgy Preferences">
-
- <script src="edit_prefs.js"/>
-
-<vbox style="width:800px">
- <groupbox>
- <listbox flex="1" id="rules">
-  <listhead>
-   <listheader label="Field"/>
-   <listheader label="Contains"/>
-   <listheader label="Folder"/>
-  </listhead>
-  <listcols>
-   <listcol/>
-   <listcol/>
-   <listcol flex="1"/>
-  </listcols>
- </listbox>
-
- <vbox align="center">
-  <hbox>
-  <button label="Edit" accesskey="E" oncommand="DoEdit();"/>
-  <button label="Delete" accesskey="D" oncommand="DoDelete();"/>
-
-  <button label="New rule" accesskey="N" oncommand="DoNewRule();"/>
-  </hbox>
- </vbox>
- </groupbox>
-</vbox>
-
- <keyset>
-  <key key="N" oncommand="DoNewRule(); return true;"/>
-  <key key="D" oncommand="DoDelete(); return true;"/>
-  <key key="E" oncommand="DoEdit(); return true;"/>
- </keyset>
-
-</dialog>
\ No newline at end of file
diff --git a/content/edit_prefs.js b/content/edit_prefs.js
index fe62bf1..975fbf7 100644
--- a/content/edit_prefs.js
+++ b/content/edit_prefs.js
@@ -77,7 +77,7 @@ function MkPrefStr() {
 
 
 function EditRule(rule, accept) {
-  window.openDialog("chrome://nostalgy/content/NostalgyEditRule.xul", 
+  window.openDialog("chrome://nostalgy/content/edit_rule.xul", 
                      "_blank", 
 	             "dialog,chrome,modal,titlebar,resizable=yes",
 	             rule,accept);
diff --git a/content/NostalgyEditRule.xul b/content/edit_rule.xul
similarity index 100%
rename from content/NostalgyEditRule.xul
rename to content/edit_rule.xul
diff --git a/content/messageOverlay.xul b/content/messageOverlay.xul
index ad68207..cdda4cc 100644
--- a/content/messageOverlay.xul
+++ b/content/messageOverlay.xul
@@ -13,7 +13,7 @@
 
  <commandset id="globalCommandset">
    <command id="cmd_nostalgyconfig" label="Nostalgy rules..." 
-     oncommand="openDialog('chrome://nostalgy/content/NostalgyPref.xul', 'nostalgy', 'resizable');"/>
+     oncommand="openDialog('chrome://nostalgy/content/edit_prefs.xul', 'nostalgy', 'resizable');"/>
   </commandset>
 
  <menupopup id="taskPopup">
diff --git a/content/thunderbirdOverlay.xul b/content/thunderbirdOverlay.xul
index 3e63d49..0865b03 100644
--- a/content/thunderbirdOverlay.xul
+++ b/content/thunderbirdOverlay.xul
@@ -8,7 +8,7 @@
 
  <commandset id="globalCommandset">
    <command id="cmd_nostalgyconfig" label="Nostalgy rules..." 
-     oncommand="openDialog('chrome://nostalgy/content/NostalgyPref.xul', 'nostalgy', 'resizable');"/>
+     oncommand="openDialog('chrome://nostalgy/content/edit_prefs.xul', 'nostalgy', 'resizable');"/>
   </commandset>
 
  <menupopup id="taskPopup">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git



More information about the Pkg-mozext-commits mailing list