[poppler] glib/demo
Adrian Johnson
ajohnson at kemper.freedesktop.org
Sat Mar 3 23:12:37 PST 2012
glib/demo/selections.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 61037a6de157e39331ae7a8b12ee5a115fd7e936
Author: Adrian Johnson <ajohnson at redneon.com>
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;
More information about the poppler
mailing list