]> git.pld-linux.org Git - packages/kde4-kdeplasma-addons.git/blame - kde4-kdeplasma-addons-pastebinpld.patch
- BR: qca-devel
[packages/kde4-kdeplasma-addons.git] / kde4-kdeplasma-addons-pastebinpld.patch
CommitLineData
32c4451f 1diff -ur kdeplasma-addons-4.3.90/applets/pastebin/pastebin.cpp kdeplasma-addons-4.3.90.new/applets/pastebin/pastebin.cpp
2--- kdeplasma-addons-4.3.90/applets/pastebin/pastebin.cpp 2009-12-17 17:38:19.000000000 +0100
3+++ kdeplasma-addons-4.3.90.new/applets/pastebin/pastebin.cpp 2010-01-13 13:09:05.205990344 +0100
4@@ -466,7 +466,7 @@
5 break;
6
7 case Pastebin::PASTEBINCOM:
8- serverAddress = cg.readEntry("pastebincom", "http://pastebin.com");
9+ serverAddress = cg.readEntry("pastebincom", "http://pld.pastebin.com");
10 break;
11 }
12
13@@ -818,7 +818,7 @@
14 break;
15
16 case Pastebin::PASTEBINCOM:
17- ops.writeEntry("server", cg.readEntry("pastebincom", "http://pastebin.com"));
18+ ops.writeEntry("server", cg.readEntry("pastebincom", "http://pld.pastebin.com"));
19 break;
20 }
21
22diff -ur kdeplasma-addons-4.3.90/applets/pastebin/pastebin.h kdeplasma-addons-4.3.90.new/applets/pastebin/pastebin.h
23--- kdeplasma-addons-4.3.90/applets/pastebin/pastebin.h 2009-12-05 00:09:42.000000000 +0100
24+++ kdeplasma-addons-4.3.90.new/applets/pastebin/pastebin.h 2010-01-13 13:28:15.798996766 +0100
85896f2c 25@@ -80,7 +80,7 @@
32c4451f 26 Sending = 8 /* Sending data to the server, waiting for reply */
27 };
28
29- enum textServers { PASTEBINCA, PASTEBINCOM };
30+ enum textServers { PASTEBINCOM, PASTEBINCA };
85896f2c 31 enum imageServers { IMAGEBINCA, IMAGESHACK, SIMPLESTIMAGEHOSTING, IMGUR };
32c4451f 32
33 public slots:
34diff -ur kdeplasma-addons-4.3.90/dataengines/pastebin/backends/pastebincom.h kdeplasma-addons-4.3.90.new/dataengines/pastebin/backends/pastebincom.h
35--- kdeplasma-addons-4.3.90/dataengines/pastebin/backends/pastebincom.h 2009-09-04 13:31:16.000000000 +0200
36+++ kdeplasma-addons-4.3.90.new/dataengines/pastebin/backends/pastebincom.h 2010-01-13 13:10:03.552445605 +0100
37@@ -27,7 +27,7 @@
38 #include <kio/global.h>
39 #include <kio/job.h>
40
41-#define PASTEBINCOM_SERVER "http://pastebin.com"
42+#define PASTEBINCOM_SERVER "http://pld.pastebin.com"
43
44 class PastebinCOMServer : public PastebinServer
cfeea92e 45 {
32c4451f 46diff -ur kdeplasma-addons-4.3.90/dataengines/pastebin/pastebinservice.h kdeplasma-addons-4.3.90.new/dataengines/pastebin/pastebinservice.h
47--- kdeplasma-addons-4.3.90/dataengines/pastebin/pastebinservice.h 2009-10-15 18:34:11.000000000 +0200
48+++ kdeplasma-addons-4.3.90.new/dataengines/pastebin/pastebinservice.h 2010-01-13 13:28:35.522328387 +0100
85896f2c 49@@ -34,7 +34,7 @@
32c4451f 50 Q_OBJECT
51
52 public:
53- enum textServers { PASTEBINCA, PASTEBINCOM };
54+ enum textServers { PASTEBINCOM, PASTEBINCA };
85896f2c 55 enum imageServers { IMAGEBINCA, IMAGESHACK, SIMPLESTIMAGEHOSTING, IMGUR };
cfeea92e 56
32c4451f 57 PastebinService(PastebinEngine *engine);
85896f2c 58
This page took 0.125901 seconds and 4 git commands to generate.