~bcurtiswx/ubuntu/natty/empathy/empathy-2.33.3-0ubuntu1

« back to all changes in this revision

Viewing changes to debian/patches/38_lp_569289.patch

  • Committer: Ken VanDine
  • Date: 2011-02-24 18:21:05 UTC
  • Revision ID: ken.vandine@canonical.com-20110224182105-722b8faszc2nzje3
Tags: 2.33.2-0ubuntu1
releasing version 2.33.2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Patch to set freenode as default IRC network
2
 
 This patch fixes ubuntu bug #569289 by setting Freenode as the default 
3
 
 IRC network for new IRC accounts.
4
 
 
5
 
Author: Bilal Akhtar <bilalakhtar96@yahoo.com>
6
 
Bug-Ubuntu: https://launchpad.net/bugs/569289
7
 
Forwarded: https://bugzilla.gnome.org/show_bug.cgi?id=625675
8
 
Index: empathy-2.33.1/libempathy-gtk/empathy-irc-network-chooser.c
9
 
===================================================================
10
 
--- empathy-2.33.1.orig/libempathy-gtk/empathy-irc-network-chooser.c    2011-01-26 10:24:19.000000000 -0500
11
 
+++ empathy-2.33.1/libempathy-gtk/empathy-irc-network-chooser.c 2011-02-02 11:22:59.731459006 -0500
 
1
=== modified file 'libempathy-gtk/empathy-irc-network-chooser.c'
 
2
--- old/libempathy-gtk/empathy-irc-network-chooser.c    2011-02-24 17:01:06 +0000
 
3
+++ new/libempathy-gtk/empathy-irc-network-chooser.c    2011-02-24 17:08:47 +0000
12
4
@@ -40,7 +40,7 @@
13
5
 
14
6
 #include "empathy-irc-network-chooser.h"
15
7
 
16
8
-#define DEFAULT_IRC_NETWORK "irc.gimp.org"
17
9
+#define DEFAULT_IRC_NETWORK "chat.freenode.net"
18
 
 
19
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyIrcNetworkChooser)
20
 
 
 
10
 #define DEFAULT_IRC_PORT 6667
 
11
 #define DEFAULT_IRC_SSL FALSE
 
12
 
 
13