~ubuntu-branches/ubuntu/intrepid/gparted/intrepid

« back to all changes in this revision

Viewing changes to src/Frame_Resizer_Extended.cc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-18 09:24:46 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518092446-qog6ipxs9ah78q0c
Tags: 0.3.3-2ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/control:
    - Maintainer: Ubuntu Core Developers
      <ubuntu-devel-discuss@lists.ubuntu.com> 
    - don't depend on menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
                        drawingarea .get_parent_window() ->set_cursor( *cursor_resize ) ;
145
145
                //normal pointer
146
146
                else 
147
 
                        drawingarea .get_parent_window() ->set_cursor( *cursor_normal ) ;               
 
147
                        drawingarea .get_parent_window() ->set_cursor() ;               
148
148
        }
149
149
        
150
150
        return true ;