diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-09-05 01:04:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-10-06 20:16:21 +0800 |
commit | ef05d73b0a06cfc5eaf1a74c7b5c25134d81e328 (patch) | |
tree | f500ff7dda030e1ee0fb7d79f639a9b0422ac8a9 /shell/e-shell-content.c | |
parent | 0e064de971dd8b5e565558cd14efdca8ae4dbcb0 (diff) | |
download | gsoc2013-evolution-ef05d73b0a06cfc5eaf1a74c7b5c25134d81e328.tar.gz gsoc2013-evolution-ef05d73b0a06cfc5eaf1a74c7b5c25134d81e328.tar.zst gsoc2013-evolution-ef05d73b0a06cfc5eaf1a74c7b5c25134d81e328.zip |
Remove EHintedEntry.
GtkEntry in GTK+ 3.2 now provides this functionality through the new
GtkEntry:placeholder-text property.
Diffstat (limited to 'shell/e-shell-content.c')
-rw-r--r-- | shell/e-shell-content.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c index c7a41510f2..069e0bfa83 100644 --- a/shell/e-shell-content.c +++ b/shell/e-shell-content.c @@ -40,7 +40,6 @@ #include "filter/e-rule-editor.h" #include "widgets/misc/e-action-combo-box.h" #include "widgets/misc/e-alert-bar.h" -#include "widgets/misc/e-hinted-entry.h" #include "e-shell-backend.h" #include "e-shell-searchbar.h" |