Wed, 04 Jun 2025 23:12:27 -0500
Fix log viewing for missing protocols
This works around an issue where we depend on the protocol to determine where
its logs are stored so that you can still view logs for existing accounts if
the protocol plugin is no longer on disk.
This still requires the account to exist with the correct protocol-id to work.
Testing Done:
I manually added on of my old aim accounts that I still have logs from to `accounts.xml`. I then selected `View User Log...` from the `Buddies` menu, selected that aim account and entered a contact who I knew I had logs for and verified that those logs were displayed properly.
Bugs closed: PIDGIN-18096
Reviewed at https://reviews.imfreedom.org/r/4016/
|
15493
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
2 | <!-- Created with Inkscape (http://www.inkscape.org/) --> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
3 | <svg |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
4 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
|
24119
d364b0b02275
Remove all useless definitions. This will reduce the tarball size a lot.
Hylke Bons <hbons@pidgin.im>
parents:
15496
diff
changeset
|
5 | xmlns:cc="http://creativecommons.org/ns#" |
|
15493
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
6 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
7 | xmlns:svg="http://www.w3.org/2000/svg" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
8 | xmlns="http://www.w3.org/2000/svg" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
9 | xmlns:xlink="http://www.w3.org/1999/xlink" |
|
24119
d364b0b02275
Remove all useless definitions. This will reduce the tarball size a lot.
Hylke Bons <hbons@pidgin.im>
parents:
15496
diff
changeset
|
10 | xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" |
|
15493
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
11 | xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
12 | width="48" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
13 | height="48" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
14 | id="svg2" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
15 | sodipodi:version="0.32" |
|
24119
d364b0b02275
Remove all useless definitions. This will reduce the tarball size a lot.
Hylke Bons <hbons@pidgin.im>
parents:
15496
diff
changeset
|
16 | inkscape:version="0.46" |
|
15493
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
17 | version="1.0" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
18 | sodipodi:docbase="/home/hbons/Desktop/Gaim Refresh/protocols/48" |
|
24119
d364b0b02275
Remove all useless definitions. This will reduce the tarball size a lot.
Hylke Bons <hbons@pidgin.im>
parents:
15496
diff
changeset
|
19 | sodipodi:docname="simple.svg" |
|
15493
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
20 | inkscape:export-filename="/home/hbons/Desktop/Gaim Refresh/sip.png" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
21 | inkscape:export-xdpi="90" |
|
24119
d364b0b02275
Remove all useless definitions. This will reduce the tarball size a lot.
Hylke Bons <hbons@pidgin.im>
parents:
15496
diff
changeset
|
22 | inkscape:export-ydpi="90" |
|
d364b0b02275
Remove all useless definitions. This will reduce the tarball size a lot.
Hylke Bons <hbons@pidgin.im>
parents:
15496
diff
changeset
|
23 | inkscape:output_extension="org.inkscape.output.svg.inkscape"> |
|
15493
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
24 | <defs |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
25 | id="defs4"> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
26 | <linearGradient |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
27 | inkscape:collect="always" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
28 | id="linearGradient2227"> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
29 | <stop |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
30 | style="stop-color:#ffffff;stop-opacity:1;" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
31 | offset="0" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
32 | id="stop2229" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
33 | <stop |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
34 | style="stop-color:#ffffff;stop-opacity:0;" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
35 | offset="1" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
36 | id="stop2231" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
37 | </linearGradient> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
38 | <linearGradient |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
39 | inkscape:collect="always" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
40 | id="linearGradient3150"> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
41 | <stop |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
42 | style="stop-color:#2e3436;stop-opacity:1;" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
43 | offset="0" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
44 | id="stop3152" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
45 | <stop |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
46 | style="stop-color:#2e3436;stop-opacity:0;" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
47 | offset="1" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
48 | id="stop3154" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
49 | </linearGradient> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
50 | <radialGradient |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
51 | inkscape:collect="always" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
52 | xlink:href="#linearGradient3150" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
53 | id="radialGradient3156" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
54 | cx="10.748654" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
55 | cy="10.457643" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
56 | fx="10.748654" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
57 | fy="10.457643" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
58 | r="6.6449099" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
59 | gradientTransform="matrix(-1.017285,3.152773e-16,-5.511361e-9,-0.35721,21.6831,14.19321)" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
60 | gradientUnits="userSpaceOnUse" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
61 | <linearGradient |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
62 | inkscape:collect="always" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
63 | xlink:href="#linearGradient2227" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
64 | id="linearGradient2233" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
65 | x1="25.0156" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
66 | y1="8.8961887" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
67 | x2="25.0156" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
68 | y2="21.733829" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
69 | gradientUnits="userSpaceOnUse" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
70 | </defs> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
71 | <sodipodi:namedview |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
72 | id="base" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
73 | pagecolor="#ffffff" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
74 | bordercolor="#666666" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
75 | borderopacity="1.0" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
76 | inkscape:pageopacity="0.0" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
77 | inkscape:pageshadow="2" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
78 | inkscape:zoom="13.788817" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
79 | inkscape:cx="34.924917" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
80 | inkscape:cy="22.006439" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
81 | inkscape:document-units="px" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
82 | inkscape:current-layer="layer1" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
83 | showgrid="true" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
84 | fill="#eeeeec" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
85 | inkscape:window-width="1268" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
86 | inkscape:window-height="971" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
87 | inkscape:window-x="6" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
88 | inkscape:window-y="21" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
89 | <metadata |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
90 | id="metadata7"> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
91 | <rdf:RDF> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
92 | <cc:Work |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
93 | rdf:about=""> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
94 | <dc:format>image/svg+xml</dc:format> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
95 | <dc:type |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
96 | rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
97 | </cc:Work> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
98 | </rdf:RDF> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
99 | </metadata> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
100 | <g |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
101 | inkscape:label="Layer 1" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
102 | inkscape:groupmode="layer" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
103 | id="layer1"> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
104 | <path |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
105 | sodipodi:type="arc" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
106 | style="opacity:0.4;fill:url(#radialGradient3156);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
107 | id="path3140" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
108 | sodipodi:cx="10.748654" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
109 | sodipodi:cy="10.457643" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
110 | sodipodi:rx="6.6449099" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
111 | sodipodi:ry="2.3675451" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
112 | d="M 17.393564 10.457643 A 6.6449099 2.3675451 0 1 1 4.1037445,10.457643 A 6.6449099 2.3675451 0 1 1 17.393564 10.457643 z" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
113 | transform="matrix(3.376861,0,0,1.900703,-12.73565,10.62313)" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
114 | <path |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
115 | style="fill:#729fcf;fill-opacity:1;stroke:#3465a4;stroke-width:1.00000095;stroke-miterlimit:4;stroke-opacity:1" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
116 | d="M 2.4375,10.5 L 2.4375,22.5 L 13.75,22.5 L 13.75,26.5 L 2.4375,26.5 L 2.4375,30.5 L 17.5,30.5 L 17.5,18.5 L 6.21875,18.5 L 6.21875,14.5 L 17.5,14.5 L 17.5,10.5 L 2.4375,10.5 z M 21.46875,10.5 L 21.46875,30.5 L 25.5,30.5 L 25.5,10.5 L 21.46875,10.5 z M 29.5,10.5 L 29.5,30.5 L 33.5,30.5 L 33.5,22.5 L 45.5,22.5 L 45.5,10.5 L 29.5,10.5 z M 33.5,14.5 L 41.5,14.5 L 41.5,18.5625 L 33.5,18.5625 L 33.5,14.5 z " |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
117 | id="rect2212" /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
118 | <path |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
119 | sodipodi:type="inkscape:offset" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
120 | inkscape:radius="-1.0424688" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
121 | inkscape:original="M 2.4375 10.5 L 2.4375 22.5 L 13.75 22.5 L 13.75 26.5 L 2.4375 26.5 L 2.4375 30.5 L 17.5 30.5 L 17.5 18.5 L 6.21875 18.5 L 6.21875 14.5 L 17.5 14.5 L 17.5 10.5 L 2.4375 10.5 z M 21.46875 10.5 L 21.46875 30.5 L 25.5 30.5 L 25.5 10.5 L 21.46875 10.5 z M 29.5 10.5 L 29.5 30.5 L 33.5 30.5 L 33.5 22.5 L 45.5 22.5 L 45.5 10.5 L 29.5 10.5 z M 33.5 14.5 L 41.5 14.5 L 41.5 18.5625 L 33.5 18.5625 L 33.5 14.5 z " |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
122 | xlink:href="#rect2212" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
123 | style="fill:url(#linearGradient2233);fill-opacity:1.0;stroke:#ffffff;stroke-width:1.00000095;stroke-miterlimit:4;stroke-opacity:1;opacity:0.35" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
124 | id="path1352" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
125 | inkscape:href="#rect2212" |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
126 | d="M 3.46875,11.53125 L 3.46875,21.46875 L 13.75,21.46875 C 14.316987,21.474875 14.775125,21.933013 14.78125,22.5 L 14.78125,26.5 C 14.775125,27.066987 14.316987,27.525125 13.75,27.53125 L 3.46875,27.53125 L 3.46875,29.46875 L 16.46875,29.46875 L 16.46875,19.53125 L 6.21875,19.53125 C 5.6517628,19.525125 5.1936251,19.066987 5.1875,18.5 L 5.1875,14.5 C 5.1936251,13.933013 5.6517628,13.474875 6.21875,13.46875 L 16.46875,13.46875 L 16.46875,11.53125 L 3.46875,11.53125 z M 22.5,11.53125 L 22.5,29.46875 L 24.46875,29.46875 L 24.46875,11.53125 L 22.5,11.53125 z M 30.53125,11.53125 L 30.53125,29.46875 L 32.46875,29.46875 L 32.46875,22.5 C 32.474875,21.933013 32.933013,21.474875 33.5,21.46875 L 44.46875,21.46875 L 44.46875,11.53125 L 30.53125,11.53125 z M 33.3125,13.46875 C 33.374873,13.463118 33.437627,13.463118 33.5,13.46875 L 41.5,13.46875 C 42.066987,13.474875 42.525125,13.933013 42.53125,14.5 L 42.53125,18.5625 C 42.525125,19.129487 42.066987,19.587625 41.5,19.59375 L 33.5,19.59375 C 32.933013,19.587625 32.474875,19.129487 32.46875,18.5625 L 32.46875,14.5 C 32.464991,13.997926 32.819624,13.564486 33.3125,13.46875 z " /> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
127 | </g> |
|
64385ed3d588
protocol icons. No code to use them yet.
Sean Egan <seanegan@pidgin.im>
parents:
diff
changeset
|
128 | </svg> |