~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to cut-n-paste/toolbar-editor/egg-editable-toolbar.c

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-30 22:47:24 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730224724-3jcs7t9t5ymuj6os
Tags: 0.9.3-0ubuntu1
* New upstream release:
  - New Features and UI Improvements:
    - Use new GTK+ tootlips 
    - Printing multiple pages per sheet
    - Added UNIX-like key bindings hjkl
  - Bug fixes:
    - Do not block while enumerating printers in preview mode
    - Show new pages as soon as they are rendered even if other page 
      elements like forms, images or links are not ready yet 
    - Provide different options in the print dialog depending on document 
      type backend capabilities 
  - Translations:
    - es, eu, fi, hu, mk, nl, zh_CN
* debian/patches/02_autoconf.patch:
  - configure update

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *  along with this program; if not, write to the Free Software
17
17
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
18
 *
19
 
 *  $Id: egg-editable-toolbar.c 2545 2007-07-03 21:40:58Z jhaitsma $
 
19
 *  $Id: egg-editable-toolbar.c 2595 2007-07-29 16:36:00Z carlosgc $
20
20
 */
21
21
 
22
22
#include "config.h"
1364
1364
      priv->visibility_paths = NULL;
1365
1365
    }
1366
1366
 
 
1367
  g_free (priv->popup_path);
 
1368
  priv->popup_path = NULL;
 
1369
 
1367
1370
  if (priv->manager != NULL)
1368
1371
    {
1369
1372
      if (priv->visibility_id)