2008-09-22 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / examples / hildon-dialog-example.c
index 20464fd..9d8cdab 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Nokia Corporation, all rights reserved.
  *
- * Author: Victor Jaquez <vjaquez@igalia.com>
+ * Author: Karl Lattimer <karl.lattimer@nokia.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -39,7 +39,7 @@ main                                            (int argc,
     label = gtk_label_new ("Hello, world!");
 
     gtk_window_set_title (GTK_WINDOW (d), "Hi!");
-    gtk_dialog_add_button (GTK_DIALOG (d), GTK_STOCK_OK, GTK_RESPONSE_NONE);
+    hildon_dialog_add_button (HILDON_DIALOG (d), GTK_STOCK_OK, GTK_RESPONSE_NONE);
     gtk_container_add (GTK_CONTAINER (GTK_DIALOG(d)->vbox), label);
 
     gtk_widget_show_all (GTK_WIDGET (d));