diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-10-19 13:40:22 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-10-19 13:40:22 +0800 |
commit | c68091255ef12850aade51ce317292179515377f (patch) | |
tree | 86eb70ee78214f07e0d0c80c8a073991c1e9c0a7 /libempathy-gtk/Makefile.am | |
parent | 4df0759871f6539af24a5e88650f0c219cd0505a (diff) | |
download | gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.gz gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.bz2 gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.lz gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.xz gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.tar.zst gsoc2013-empathy-c68091255ef12850aade51ce317292179515377f.zip |
Move dialpad into a widget of its own
Let's face it, the whole thing was getting a little unwieldly there in the
UI utils, and if we're going to be using it in more places, let's start by
abstracting it into a widget.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index cac2fe6f1..11a2927f8 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -51,6 +51,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-search-dialog.c \ empathy-contact-selector-dialog.c \ empathy-contact-widget.c \ + empathy-dialpad-widget.c \ empathy-geometry.c \ empathy-groups-widget.c \ empathy-individual-dialogs.c \ @@ -117,6 +118,7 @@ libempathy_gtk_headers = \ empathy-contact-search-dialog.h \ empathy-contact-selector-dialog.h \ empathy-contact-widget.h \ + empathy-dialpad-widget.h \ empathy-geometry.h \ empathy-groups-widget.h \ empathy-images.h \ |