diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-13 17:24:18 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:07 +0800 |
commit | 912b898b3ebc2bc096394686a10db1beae648e48 (patch) | |
tree | 101f7cc8690d78f73eea9b76187a1ed1eae8b586 /libempathy-gtk | |
parent | 70373899543768fd84a43b5cd777a986bfb4d156 (diff) | |
download | gsoc2013-empathy-912b898b3ebc2bc096394686a10db1beae648e48.tar.gz gsoc2013-empathy-912b898b3ebc2bc096394686a10db1beae648e48.tar.zst gsoc2013-empathy-912b898b3ebc2bc096394686a10db1beae648e48.zip |
tpaw-utils: move ACCOUNT_WIDGETS_RESOURCES_PREFIX from Empathy
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 22c0899cb..24ad6a717 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -40,8 +40,6 @@ G_BEGIN_DECLS -#define ACCOUNT_WIDGETS_RESOURCES_PREFIX "/org/gnome/AccountWidgets" - #define EMPATHY_RECT_IS_ON_SCREEN(x,y,w,h) ((x) + (w) > 0 && \ (y) + (h) > 0 && \ (x) < gdk_screen_width () && \ |