~mardy/empathy/lp1432613-vivid

« back to all changes in this revision

Viewing changes to debian/patches/ucc_panel_name.patch

  • Committer: Sebastien Bacher
  • Date: 2014-10-28 17:30:15 UTC
  • mfrom: (368.1.10 3.12)
  • Revision ID: seb128@ubuntu.com-20141028173015-8t1q0946p1a1kioa
Tags: 3.12.6-0ubuntu1
releasing package empathy version 3.12.6-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: empathy-3.8.6/src/empathy-accounts-dialog.c
2
 
===================================================================
3
 
--- empathy-3.8.6.orig/src/empathy-accounts-dialog.c    2014-02-19 19:22:00.245533442 +1300
4
 
+++ empathy-3.8.6/src/empathy-accounts-dialog.c 2014-02-19 19:22:44.757532384 +1300
5
 
@@ -648,7 +648,7 @@
6
 
     }
7
 
   else if (!tp_strdiff (provider, EMPATHY_UOA_PROVIDER))
8
 
     {
9
 
-      empathy_launch_external_app ("gnome-credentials-panel.desktop",
10
 
+      empathy_launch_external_app ("unity-credentials-panel.desktop",
11
 
           NULL, NULL);
12
 
       return;
13
 
     }
14
 
@@ -2678,7 +2678,7 @@
15
 
         args = g_strdup_printf ("account-details=%u", g_value_get_uint (value));
16
 
     }
17
 
 
18
 
-  empathy_launch_external_app ("gnome-credentials-panel.desktop", args, NULL);
19
 
+  empathy_launch_external_app ("unity-credentials-panel.desktop", args, NULL);
20
 
 
21
 
   g_free (args);
22
 
 out: