~ubuntu-branches/ubuntu/gutsy/libbonoboui/gutsy

« back to all changes in this revision

Viewing changes to bonobo/bonobo-dock-layout.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-01-09 20:22:54 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070109202254-zamfvptfw5ev96hu
Tags: 2.17.0-0ubuntu1
* New upstream version:
  - Add an index to the API docs
  - Leak fixes
  - Fix build after new deprecations in libgnome
  - Code cleanups
  - Use GtkArrow to draw the arrows
  - Guard against NULL to avoid crashes on Win32
  - Fix build with quartz backend
  - Move ORBit2 and libxml2 to Requires.private

Show diffs side-by-side

added added

removed removed

Lines of Context:
503
503
 
504
504
      if (i->placement == BONOBO_DOCK_FLOATING)
505
505
        tmp[tmp_count] = g_strdup_printf ("%s\\%d,%d,%d,%d",
506
 
                                          i->item->name,
 
506
                                          i->item->name ? i->item->name : "",
507
507
                                          (gint) i->placement,
508
508
                                          i->position.floating.x,
509
509
                                          i->position.floating.y,
510
510
                                          i->position.floating.orientation);
511
511
      else
512
512
        tmp[tmp_count] = g_strdup_printf ("%s\\%d,%d,%d,%d",
513
 
                                          i->item->name,
 
513
                                          i->item->name ? i->item->name : "",
514
514
                                          (gint) i->placement,
515
515
                                          i->position.docked.band_num,
516
516
                                          i->position.docked.band_position,