~ubuntu-branches/ubuntu/jaunty/ekiga/jaunty-updates

« back to all changes in this revision

Viewing changes to src/gui/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-03-11 01:13:01 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080311011301-ee4jvpwm4j80keye
Tags: 2.0.12-0ubuntu1
* New upstream release (LP: #200829)
  - Fixed GNOME independant build. (Vincent Luba)
  - Fixed potential deadlock due to mutexes being crossed. (Damien Sandras, #433852)
  - Fixed double popup occuring when changing the DTMF mode during a call. (Elaine Xiong, #485336)
  - Added back support for tooltips displayed in the statusbar. (Damien Sandras)
  - Fixed potential crash if gconfd is not running. (Damien Sandras, #498029)
* debian/patches/03_V4L2_default.dpatch, 50_fix_POTFILES.in.dpatch, gmconf.dpatch; 
  - Dropped, merged upstream
* Bump Standards-Version to 3.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
4078
4078
#endif
4079
4079
  
4080
4080
  /* The main menu and the toolbars */
 
4081
  mw->statusbar = gm_statusbar_new ();
4081
4082
  gm_mw_init_menu (window); 
4082
4083
#ifdef DISABLE_GNOME
4083
4084
  gtk_box_pack_start (GTK_BOX (mw->window_vbox), mw->main_menu,
4190
4191
  
4191
4192
  /* The statusbar */
4192
4193
  mw->statusbar_ebox = gtk_event_box_new ();
4193
 
  mw->statusbar = gm_statusbar_new ();
4194
4194
  gtk_container_add (GTK_CONTAINER (mw->statusbar_ebox), mw->statusbar);
4195
4195
 
4196
4196
#ifdef DISABLE_GNOME
4556
4556
#endif
4557
4557
 
4558
4558
  /* Threads + Locale Init + config */
 
4559
  g_type_init ();
4559
4560
  g_thread_init (NULL);
4560
4561
  gdk_threads_init ();
4561
4562
  gdk_threads_enter ();