~autark/ubuntu/natty/meld/meld-fix-988296

« back to all changes in this revision

Viewing changes to data/icons/button_copy1.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Balint Reczey, Josselin Mouette, Balint Reczey
  • Date: 2010-06-24 23:54:27 UTC
  • mfrom: (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100624235427-h5419rmmin36qm8u
Tags: 1.3.2-1
[ Josselin Mouette ]
* vcs-crash.patch: stolen upstream. Fix a crash when using CVS, svn or
  git. Closes: #584554.

[ Balint Reczey ]
* New upstream release
  - Added support for diffing a file and a directory (Closes: #567340)
  - Translation updates (Thanks to Holger Wansing) (Closes: #313985)
  - vcs-crash.patch: removed, included upstream.
* run meld using /usr/bin/python instead of env python (Closes: #551189)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *button_copy0[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 24 2 1",
 
5
"  c black",
 
6
". c None",
 
7
/* pixels */
 
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
};