Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable icons: add icon for open repository action

It uses document-open.svg of the Tango Icon Theme and init.svg.

Changeset 0c2d0a092faf

Parent 5e826e79e3e0

by Yuya Nishihara

Changes to 2 files · Browse files at 0c2d0a092faf Showing diff from parent 5e826e79e3e0 Diff from another changeset...

Change 1 of 1 Show Entire File icons/​scalable/​actions/​thg-repository-open.svg Stacked
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
@@ -0,0 +1,576 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="48.000000px" + height="48.000000px" + id="svg97" + sodipodi:version="0.32" + inkscape:version="0.48.1 r9760" + sodipodi:docname="thg-repository-open.svg" + inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/snowdunes/gnome-fs-directory-accept.png" + inkscape:export-xdpi="90.000000" + inkscape:export-ydpi="90.000000" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1"> + <defs + id="defs3"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 24 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="48 : 24 : 1" + inkscape:persp3d-origin="24 : 16 : 1" + id="perspective90" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient5031" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + inkscape:collect="always" + id="linearGradient5060"> + <stop + style="stop-color:black;stop-opacity:1;" + offset="0" + id="stop5062" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5064" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060" + id="radialGradient5029" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5048"> + <stop + style="stop-color:black;stop-opacity:0;" + offset="0" + id="stop5050" /> + <stop + id="stop5056" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + <stop + style="stop-color:black;stop-opacity:0;" + offset="1" + id="stop5052" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048" + id="linearGradient5027" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <linearGradient + id="linearGradient269"> + <stop + id="stop270" + offset="0.0000000" + style="stop-color:#a3a3a3;stop-opacity:1.0000000;" /> + <stop + id="stop271" + offset="1.0000000" + style="stop-color:#4c4c4c;stop-opacity:1.0000000;" /> + </linearGradient> + <linearGradient + id="linearGradient259"> + <stop + id="stop260" + offset="0.0000000" + style="stop-color:#fafafa;stop-opacity:1.0000000;" /> + <stop + style="stop-color:#a8a8a8;stop-opacity:1;" + offset="0.5" + id="stop8238" /> + <stop + id="stop261" + offset="1" + style="stop-color:#cdcdcd;stop-opacity:1;" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + id="linearGradient13842"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop13844" /> + <stop + style="stop-color:#000000;stop-opacity:0;" + offset="1" + id="stop13846" /> + </linearGradient> + <linearGradient + id="linearGradient9766"> + <stop + style="stop-color:#6194cb;stop-opacity:1;" + offset="0" + id="stop9768" /> + <stop + style="stop-color:#729fcf;stop-opacity:1;" + offset="1" + id="stop9770" /> + </linearGradient> + <linearGradient + id="linearGradient148"> + <stop + style="stop-color:#ffffff;stop-opacity:0.13402061;" + offset="0.0000000" + id="stop149" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.051546391;" + offset="1.0000000" + id="stop150" /> + </linearGradient> + <linearGradient + id="linearGradient335"> + <stop + style="stop-color:#ffffff;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop336" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.0000000;" + offset="1.0000000" + id="stop337" /> + </linearGradient> + <linearGradient + id="linearGradient1789"> + <stop + style="stop-color:#a0a0a0;stop-opacity:1;" + offset="0" + id="stop1790" /> + <stop + style="stop-color:#a8a8a8;stop-opacity:1;" + offset="1" + id="stop1791" /> + </linearGradient> + <linearGradient + id="linearGradient137"> + <stop + style="stop-color:#ffffff;stop-opacity:0.70059878;" + offset="0.0000000" + id="stop138" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.0000000;" + offset="1.0000000" + id="stop139" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient335" + id="linearGradient155" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.421537,0,0,0.703464,0,4.6527282)" + x1="19.116116" + y1="28.946041" + x2="19.426924" + y2="51.912693" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient148" + id="linearGradient156" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.535299,0,0,0.651339,3.451418,7.1007282)" + x1="14.899379" + y1="27.059643" + x2="22.715446" + y2="41.836895" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient137" + id="linearGradient158" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.462696,0,0.06907908,0.683669,0,4.6527282)" + x1="5.2657914" + y1="18.725863" + x2="8.2122240" + y2="52.625851" /> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient1789" + id="radialGradient159" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.015635,0,0.103105,1.000512,0,4.5690332)" + cx="26.106777" + cy="38.195114" + fx="26.106777" + fy="38.195114" + r="32.259769" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9766" + id="linearGradient13162" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,1.022118,52.05694,3.3297022)" + x1="22.175976" + y1="36.987999" + x2="22.065331" + y2="32.050499" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient13842" + id="linearGradient13848" + x1="22.25" + y1="37.625" + x2="19.75" + y2="14.875" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,4.6527282)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3244" + id="linearGradient3897" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9980258,0,0,0.96802601,137.4483,336.20275)" + x1="10" + y1="13.0625" + x2="4.4375" + y2="13" /> + <linearGradient + id="linearGradient3244"> + <stop + style="stop-color:#fce94f;stop-opacity:1;" + offset="0" + id="stop3246" /> + <stop + id="stop3252" + offset="0.5" + style="stop-color:#fffce0;stop-opacity:1;" /> + <stop + style="stop-color:#fceb50;stop-opacity:1;" + offset="1" + id="stop3248" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3258" + id="linearGradient3894" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9294606,0,0,0.9470405,138.14948,336.79144)" + x1="18.748869" + y1="13.0625" + x2="14.660361" + y2="13.046666" /> + <linearGradient + id="linearGradient3258"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop3262" /> + <stop + id="stop3264" + offset="1" + style="stop-color:#000000;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="8" + inkscape:cx="20.117147" + inkscape:cy="21.805889" + inkscape:current-layer="layer3" + showgrid="false" + inkscape:grid-bbox="true" + inkscape:document-units="px" + inkscape:window-width="1027" + inkscape:window-height="774" + inkscape:window-x="246" + inkscape:window-y="30" + inkscape:showpageshadow="false" + inkscape:window-maximized="0" /> + <metadata + id="metadata4"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + <dc:date>2005-01-31</dc:date> + <dc:creator> + <cc:Agent> + <dc:title>Jakub Steiner</dc:title> + </cc:Agent> + </dc:creator> + <cc:license + rdf:resource="http://creativecommons.org/licenses/publicdomain/" /> + <dc:source>http://jimmac.musichall.cz</dc:source> + <dc:description>Active state - when files are being dragged to.</dc:description> + <dc:publisher> + <cc:Agent> + <dc:title>Novell, Inc.</dc:title> + </cc:Agent> + </dc:publisher> + </cc:Work> + <cc:License + rdf:about="http://creativecommons.org/licenses/publicdomain/"> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Reproduction" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#Distribution" /> + <cc:permits + rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> + </cc:License> + </rdf:RDF> + </metadata> + <g + id="layer1" + inkscape:label="Folder" + inkscape:groupmode="layer" /> + <g + inkscape:label="Open" + id="layer3" + inkscape:groupmode="layer"> + <path + sodipodi:nodetypes="ccccccssssccc" + style="color:#000000;fill:url(#radialGradient159);fill-opacity:1;fill-rule:nonzero;stroke:#5a5a5a;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + id="path2375" + d="m 4.6200285,43.303743 c 0.041808,0.420455 0.4973856,0.840909 0.9111553,0.840909 l 31.1361622,0 c 0.41377,0 0.785732,-0.420454 0.743924,-0.840909 L 34.714653,16.184456 c -0.04181,-0.420454 -0.497386,-0.840908 -0.911155,-0.840908 l -12.723416,0 c -0.590546,0 -1.209083,-0.379552 -1.402861,-0.960335 l -1.103002,-3.305877 c -0.169252,-0.507277 -0.54715,-0.735794 -1.314473,-0.735794 l -14.9373272,0 c -0.4137696,0 -0.7857312,0.420454 -0.7439232,0.840908 l 3.0415329,32.121293 z" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 3.3386019,22.186215 31.1498591,0" + id="path13113" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 5.3301525,42.186215 29.9877545,0" + id="path13160" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + id="path13139" + d="m 5.3301525,40.186215 29.9877545,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g5022" + transform="matrix(0.02165152,0,0,0.01903841,42.41538,41.586448)"> + <rect + y="-150.69685" + x="-1559.2523" + height="478.35718" + width="1339.6335" + id="rect4173" + style="opacity:0.40206185;color:#000000;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" /> + <path + sodipodi:nodetypes="cccc" + id="path5058" + d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z" + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z" + id="path5018" + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" /> + </g> + <path + sodipodi:nodetypes="ccccccsscsscccc" + id="path2380" + d="m 6.1717518,43.071402 c 0.031356,0.310327 -0.1546248,0.517212 -0.475404,0.413769 l 0,0 C 5.3755686,43.381729 5.1477798,43.174844 5.1164238,42.864517 L 2.0868572,11.497322 c -0.031356,-0.310327 0.156594,-0.497723 0.4669212,-0.497723 l 14.7497526,-0.09145 c 0.531284,-0.0033 0.739429,0.05331 0.879799,0.517212 0,0 1.085374,3.112798 1.246234,3.698105 L 17.873968,12.20643 c -0.26518,-0.497263 -0.598744,-0.41377 -0.97279,-0.41377 l -13.1294005,0 c -0.3103272,0 -0.496308,0.206885 -0.464952,0.517212 L 6.2856462,43.174844 6.1717518,43.071402 z" + style="color:#000000;fill:url(#linearGradient158);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.17341149;marker:none;visibility:visible;display:block;overflow:visible" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + id="path13145" + d="m 2.3052333,12.186215 14.7837337,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + id="path13115" + d="m 2.7573333,16.186215 30.7388807,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <g + inkscape:export-ydpi="74.800003" + inkscape:export-xdpi="74.800003" + inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" + transform="matrix(1.034424,0,0.10452,1.034424,-10.03248,7.2846422)" + id="g2381" + style="fill:#ffffff;fill-opacity:0.5803109;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4;display:block"> + <path + sodipodi:nodetypes="cscscs" + id="path2382" + d="m 41.785743,9.0363862 c 0.0096,-0.4745828 0.01519,-0.7245056 -0.423393,-0.7242032 l -12.55582,0.00866 c -0.3,0 -0.324614,-0.1432061 0,0 0.324614,0.1432061 1.247098,0.6582712 2.182697,0.7009947 0,0 10.796477,0.016463 10.796516,0.014551 z" + style="stroke:none" + inkscape:connector-curvature="0" /> + </g> + <path + sodipodi:nodetypes="cc" + id="path13123" + d="m 3.1628954,20.186215 30.8305566,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 5.1594716,38.186215 29.9877544,0" + id="path13121" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + id="path13119" + d="m 4.8658086,36.186215 30.1087244,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 4.6336367,34.186215 30.1692103,0" + id="path13135" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + id="path13137" + d="m 4.4629557,32.186215 30.1692103,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 4.2556718,30.186215 30.2051212,0" + id="path13143" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + id="path13133" + d="m 4.0235198,28.186215 30.2655812,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 3.8528389,26.186215 30.2655811,0" + id="path13117" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <g + inkscape:export-ydpi="74.800003" + inkscape:export-xdpi="74.800003" + inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" + transform="matrix(1.034424,0,0.10452,1.034424,-10.03248,7.2846422)" + id="g1853" + style="fill:#ffffff;fill-opacity:0.5803109;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4;display:block"> + <path + sodipodi:nodetypes="cscscs" + id="path1855" + d="m 41.785743,9.0363862 c 0.0096,-0.4745828 0.01519,-0.7245056 -0.423393,-0.7242032 l -12.55582,0.00866 c -0.3,0 -0.324614,-0.1432061 0,0 0.324614,0.1432061 1.247098,0.6582712 2.182697,0.7009947 0,0 10.796477,0.016463 10.796516,0.014551 z" + style="stroke:none" + inkscape:connector-curvature="0" /> + </g> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 2.9642313,18.186215 31.0265037,0" + id="path13127" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cc" + id="path13125" + d="m 3.6514189,24.186215 30.2957961,0" + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.11363633;color:#000000;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 2.5242572,14.186215 15.2808158,0" + id="path13147" + sodipodi:nodetypes="cc" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.39204544;color:#000000;fill:url(#linearGradient13848);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible" + d="m 34.375,18.777728 2.625,24.625 -31,0.125 c 0,0 -1.875,-24.75 -1.875,-24.75 0,0 30.375,0 30.25,0 z" + id="path13840" + sodipodi:nodetypes="cccsc" + inkscape:connector-curvature="0" /> + <g + style="display:inline" + id="g3899" + transform="matrix(1.8816823,0,0,1.8816823,-252.75573,-631.36841)"> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsccc" + id="path3289" + d="m 139.92857,339.57648 c 0.002,5.58073 0,10.99596 0,16.34357 0,1.45307 3.35949,2.42178 7.5,2.42178 4.14049,0 7.5,-0.96871 7.5,-2.42178 l 0,-16.34357 z" + style="fill:url(#linearGradient3897);fill-opacity:1;stroke:#c4a000;stroke-width:0.98423189;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + <path + inkscape:connector-curvature="0" + sodipodi:nodetypes="ccsccc" + id="path3291" + d="m 140.44409,340.07648 c 0.001,5.45975 0,10.30824 0,15.53993 0,1.31514 3.14395,2.39719 7,2.39719 4.43056,0 6.9558,-0.99366 7,-2.04364 l 0,-15.89348 z" + style="opacity:0.52999998;fill:url(#linearGradient3894);fill-opacity:1;stroke:none" /> + <path + transform="matrix(0.9907791,0,0,0.9487422,137.44521,336.72522)" + d="m 17.646068,2.4782917 c 0,1.4553078 -3.389113,2.6350678 -7.569796,2.6350678 -4.1806827,0 -7.5697956,-1.17976 -7.5697956,-2.6350678 0,-1.4553077 3.3891129,-2.63506765 7.5697956,-2.63506765 4.180683,0 7.569796,1.17975995 7.569796,2.63506765 z" + sodipodi:ry="2.6350677" + sodipodi:rx="7.5697956" + sodipodi:cy="2.4782917" + sodipodi:cx="10.076272" + id="path3293" + style="fill:#fff08b;fill-opacity:1;stroke:#c4a000;stroke-width:1.03142452;stroke-linecap:square;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + sodipodi:type="arc" /> + </g> + <path + inkscape:export-ydpi="74.800003" + inkscape:export-xdpi="74.800003" + inkscape:export-filename="/home/jimmac/ximian_art/icons/nautilus/suse93/gnome-fs-directory.png" + sodipodi:nodetypes="cccsscccscc" + id="path2401" + d="m 5.7785654,43.718725 c 0.103442,0.211469 0.310326,0.422928 0.6206519,0.422928 l 33.3084527,0 c 0.206892,0 0.521164,-0.126305 0.708174,-0.264351 0.530402,-0.391535 0.65486,-0.612385 0.892782,-0.973467 2.448126,-3.71546 5.805141,-19.276893 5.805141,-19.276893 0.103442,-0.21146 -0.103441,-0.42292 -0.413767,-0.42292 l -34.923642,0 c -0.310326,0 -1.655965,16.10733 -4.8629988,19.287023 l -1.2382357,1.22768 0.1034419,0 z" + style="color:#000000;fill:url(#linearGradient13162);fill-opacity:1;fill-rule:nonzero;stroke:#3465a4;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible" + inkscape:connector-curvature="0" /> + <path + id="path323" + d="m 13.134476,24.791369 c -0.772747,4.990757 -1.501301,9.009243 -2.71599,13.513864 2.386485,-0.707107 7.116116,-3.204505 17.116116,-3.204505 10,0 16.723573,-9.248699 17.651651,-10.353553 l -32.051777,0.04419 z" + style="fill:url(#linearGradient156);fill-opacity:1;fill-rule:evenodd;stroke:none" + sodipodi:nodetypes="ccccc" + inkscape:connector-curvature="0" /> + <path + style="opacity:0.52272728;color:#000000;fill:none;stroke:url(#linearGradient155);stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m 45.820083,24.340228 -33.158471,0 c 0,0 -2.147748,16.019607 -4.7222722,18.240578 8.1210772,0 31.5711712,-0.04864 31.5909902,-0.04864 1.751659,0 4.907641,-12.636194 6.289753,-18.191942 z" + id="path324" + sodipodi:nodetypes="cccsc" + inkscape:connector-curvature="0" /> + </g> + <g + inkscape:groupmode="layer" + id="layer2" + inkscape:label="pattern" /> +</svg>
 
178
179
180
181
 
182
183
184
 
178
179
180
 
181
182
183
184
@@ -178,7 +178,7 @@
  shortcut=modifiedkeysequence('New', modifier='Shift'),   menu='file', icon='hg-clone')   newaction(_("&Open Repository..."), self.openRepository, - shortcut='Open', menu='file', icon='plus') + shortcut='Open', menu='file', icon='thg-repository-open')   newaction(_("&Close Repository"), self.closeRepository, icon='window-close',   shortcut='Close', enabled='repoopen', menu='file')   newseparator(menu='file')