~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to tests/testrichtext.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 10:00:13 UTC
  • mto: (72.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20070613100013-qstao3cwpm6xdlxc
Tags: upstream-2.11.2
ImportĀ upstreamĀ versionĀ 2.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
 
144
144
  gtk_init (&argc, &argv);
145
145
 
 
146
  /* initialize random numbers, disable this for deterministic testing */
 
147
  if (1)        
 
148
    quick_rand32_accu = g_random_int();
 
149
 
146
150
  window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
147
151
  gtk_widget_set_size_request (window, 400, 300);
148
152