aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-04-16 10:50:55 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-04-16 10:50:55 +0800
commit819a11d2fc2b50868787edd3760f902020b59a99 (patch)
tree6f36ba0b8be6f801d802d4b9d848249136ea0a7a /calendar/gui/main.c
parente1a2f6999ae81f87585f84bbe25a609bf52b9d6b (diff)
downloadgsoc2013-evolution-819a11d2fc2b50868787edd3760f902020b59a99.tar
gsoc2013-evolution-819a11d2fc2b50868787edd3760f902020b59a99.tar.gz
gsoc2013-evolution-819a11d2fc2b50868787edd3760f902020b59a99.tar.bz2
gsoc2013-evolution-819a11d2fc2b50868787edd3760f902020b59a99.tar.lz
gsoc2013-evolution-819a11d2fc2b50868787edd3760f902020b59a99.tar.xz
gsoc2013-evolution-819a11d2fc2b50868787edd3760f902020b59a99.tar.zst
gsoc2013-evolution-819a11d2fc2b50868787edd3760f902020b59a99.zip
Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the
2001-04-15 Federico Mena Quintero <federico@ximian.com> * gui/gnome-cal.c (setup_widgets): Create the ESearchBar thingy. (search_bar_query_changed_cb): Build the different queries based on the type and string. * pcs/query.c (backend_obj_updated_cb): Ref the query while we are notifying the listener so that it will not disappear from under us. (backend_obj_removed_cb): Likewise. (process_component_cb): Likewise. (func_contains): New function to match text fields. (matches_comment): New function to match comment lists. (matches_description): New function to match description lists. (matches_summary): New function to match summaries. (matches_any): New function to match any text field. (func_has_categories): New function to match categories. svn path=/trunk/; revision=9340
Diffstat (limited to 'calendar/gui/main.c')
-rw-r--r--calendar/gui/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index 674a55078c..e75819f0f0 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -57,7 +57,6 @@ init_bonobo (int argc, char **argv)
g_error (_("Could not initialize Bonobo"));
}
-
int
main (int argc, char **argv)
{