]> git.0d.be Git - empathy.git/commit
Separate the accounts dialog into its own program which works with the Gnome preferen...
authorTravis Reitter <treitter@gmail.com>
Thu, 11 Feb 2010 23:09:32 +0000 (15:09 -0800)
committerTravis Reitter <treitter@gmail.com>
Thu, 11 Feb 2010 23:19:54 +0000 (15:19 -0800)
commit2aa506e8a17ef67ddf43ee716b21afc780a9d0d2
tree53d9c41aa9ab11296b5a0a3f739ced1b21b7b87d
parent1abde726f2920d166728b79cc6e2cdc5e72ea1df
Separate the accounts dialog into its own program which works with the Gnome preferences and control center.

Where available, this also supports embedding the preferences dialog in the
"extensible-shell" control center (currently in development, but likely to be
mainlined soon).
18 files changed:
configure.ac
data/Makefile.am
data/empathy-accounts.desktop.in.in [new file with mode: 0644]
libempathy/empathy-account-settings.c
src/Makefile.am
src/cc-empathy-accounts-page.c [new file with mode: 0644]
src/cc-empathy-accounts-page.h [new file with mode: 0644]
src/cc-empathy-accounts-panel.c [new file with mode: 0644]
src/cc-empathy-accounts-panel.h [new file with mode: 0644]
src/empathy-accounts-common.c [new file with mode: 0644]
src/empathy-accounts-common.h [new file with mode: 0644]
src/empathy-accounts-dialog.c
src/empathy-accounts-dialog.h
src/empathy-accounts-module.c [new file with mode: 0644]
src/empathy-accounts.c [new file with mode: 0644]
src/empathy-accounts.h [new file with mode: 0644]
src/empathy-main-window.c
src/empathy.c