[poppler] glib/demo

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Wed Mar 19 10:35:50 PDT 2008


 glib/demo/utils.c |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 52dd710b63911be2d8c960de0232c497c35ecac8
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date:   Wed Mar 19 18:35:35 2008 +0100

    [glib] Update outline and links demos to the new POPPLER_ACTION_NONE

diff --git a/glib/demo/utils.c b/glib/demo/utils.c
index df4ae50..989e715 100644
--- a/glib/demo/utils.c
+++ b/glib/demo/utils.c
@@ -200,6 +200,9 @@ pgd_action_view_set_action (GtkWidget     *action_view,
 	case POPPLER_ACTION_UNKNOWN:
 		pgd_table_add_property (GTK_TABLE (table), "<b>Type:</b>", "Unknown", &row);
 		break;
+	case POPPLER_ACTION_NONE:
+		pgd_table_add_property (GTK_TABLE (table), "<b>Type:</b>", "None", &row);
+		break;
 	case POPPLER_ACTION_GOTO_DEST:
 		pgd_action_view_add_destination (action_view, GTK_TABLE (table), action->goto_dest.dest, &row);
 		break;


More information about the poppler mailing list