glib/demo/selections.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 61037a6de157e39331ae7a8b12ee5a115fd7e936 Author: Adrian Johnson <[email protected]> Date: Sun Mar 4 17:40:40 2012 +1030 glib demo: fix typo diff --git a/glib/demo/selections.c b/glib/demo/selections.c index 3912dc6..bfd9070 100644 --- a/glib/demo/selections.c +++ b/glib/demo/selections.c @@ -127,7 +127,7 @@ pgd_selections_update_selection_region (PgdSelectionsDemo *demo) } static void -pgd_selections_update_seleted_text (PgdSelectionsDemo *demo) +pgd_selections_update_selected_text (PgdSelectionsDemo *demo) { GList *region; gchar *text; @@ -319,7 +319,7 @@ pgd_selections_drawing_area_button_release (GtkWidget *area, return FALSE; if (demo->start.x != -1) - pgd_selections_update_seleted_text (demo); + pgd_selections_update_selected_text (demo); demo->start.x = -1; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
