aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-window.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-02-24 23:55:14 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2010-02-25 00:29:17 +0800
commit1e878d27797a90e0602180972f1727caed6c87eb (patch)
tree2a0f4ee0f464f0c6414d30538e5885232d1f7597 /src/empathy-debug-window.c
parentb05a5abcc6842be084aa12632b8ddd8d11dfa485 (diff)
downloadgsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar
gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.gz
gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.bz2
gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.lz
gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.xz
gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.tar.zst
gsoc2013-empathy-1e878d27797a90e0602180972f1727caed6c87eb.zip
Use a appropriate unique name for Empathy unique app
Diffstat (limited to 'src/empathy-debug-window.c')
-rw-r--r--src/empathy-debug-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index a78ae57ab..f15bb3def 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -746,8 +746,8 @@ debug_window_fill_cm_chooser (EmpathyDebugWindow *debug_window)
/* Add empathy */
gtk_list_store_append (priv->cms, &iter);
gtk_list_store_set (priv->cms, &iter,
- COL_CM_NAME, "empathy",
- COL_CM_UNIQUE_NAME, EMPATHY_CLIENT_NAME,
+ COL_CM_NAME, _(PACKAGE_NAME),
+ COL_CM_UNIQUE_NAME, "org.gnome."PACKAGE_NAME,
-1);
gtk_combo_box_set_active (GTK_COMBO_BOX (priv->cm_chooser), 0);