summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-util/gtkevemon/files/gtkevemon-1.8-portrait.patch')
-rw-r--r--games-util/gtkevemon/files/gtkevemon-1.8-portrait.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/games-util/gtkevemon/files/gtkevemon-1.8-portrait.patch b/games-util/gtkevemon/files/gtkevemon-1.8-portrait.patch
deleted file mode 100644
index 8c2f4716ccca..000000000000
--- a/games-util/gtkevemon/files/gtkevemon-1.8-portrait.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-http://trac.battleclinic.com:8000/gtkevemon/changeset/121/trunk/gtkevemon/src/gtkportrait.cc
-
-Index: trunk/gtkevemon/src/gtkportrait.cc
-===================================================================
---- trunk/gtkevemon/src/gtkportrait.cc (revision 109)
-+++ trunk/gtkevemon/src/gtkportrait.cc (revision 121)
-@@ -107,6 +107,8 @@
-
- AsyncHttp* http = AsyncHttp::create();;
-- http->set_host("img.eve.is");
-- http->set_path("/serv.asp?s=256&c=" + this->char_id);
-+ //http->set_host("img.eve.is");
-+ //http->set_path("/serv.asp?s=256&c=" + this->char_id);
-+ http->set_host("image.eveonline.com");
-+ http->set_path("/Character/" + this->char_id + "_256.jpg");
- Config::setup_http(http);
-