[tor-commits] [tor-messenger-build/master] Disable the account picture dialog

sukhbir at torproject.org sukhbir at torproject.org
Mon Nov 10 11:26:54 UTC 2014


commit 10f703266a22fc4dc62119a992801bf0c8c857d7
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Mon Nov 10 16:56:51 2014 +0530

    Disable the account picture dialog
---
 projects/instantbird/config        |    1 +
 projects/instantbird/picture.patch |   30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/projects/instantbird/config b/projects/instantbird/config
index 91414d0..8940c40 100644
--- a/projects/instantbird/config
+++ b/projects/instantbird/config
@@ -48,6 +48,7 @@ input_files:
   - filename: facebook.patch
   - filename: accountcreation.patch
   - filename: links.patch
+  - filename: picture.patch
   - filename: prepare-messages-for-displaying.patch
   - filename: 'mozconfig-[% c("var/osname") %]'
     name: mozconfig
diff --git a/projects/instantbird/picture.patch b/projects/instantbird/picture.patch
new file mode 100644
index 0000000..14a3ed3
--- /dev/null
+++ b/projects/instantbird/picture.patch
@@ -0,0 +1,30 @@
+# HG changeset patch
+# User Sukhbir Singh <sukhbir at torproject.org>
+# Date 1415618519 18000
+# Node ID 6193b9d64e63818366e61126625727543fb81d3f
+# Parent  09d259c6155857eda3d4488c68a4a9d8d851138f
+Disable the account picture dialog
+
+diff --git a/im/content/blist.xul b/im/content/blist.xul
+--- a/im/content/blist.xul
++++ b/im/content/blist.xul
+@@ -109,18 +109,17 @@
+     </menupopup>
+   </popupset>
+ 
+   <toolbox id="mainToolbox">
+     <toolbar id="statusArea">
+       <stack id="statusImageStack">
+         <!-- The box around the user icon is a workaround for bug 955673. -->
+         <box id="userIconHolder">
+-          <image id="userIcon" role="button" popup="changeUserIconPanel"
+-                 aria-label="&userIcon.label;" tooltiptext="&userIcon.label;"/>
++          <image id="userIcon" role="button"/>
+         </box>
+         <panel id="changeUserIconPanel"
+                type="arrow" align="center"
+                onpopupshowing="buddyList.updateUserIconPanelItems();"
+                onpopuphiding="buddyList.stopWebcamStream();">
+           <deck id="userIconPanel">
+             <vbox class="userIconPanelMenu">
+               <stack id="userIconPanelStack" flex="1">



More information about the tor-commits mailing list