~ubuntu-branches/ubuntu/intrepid/xfce4-panel/intrepid

« back to all changes in this revision

Viewing changes to plugins/separator/separator.c

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-09-12 15:36:53 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20060912153653-sajops08au69e9r6
Tags: 4.3.99.1-0ubuntu1
* New upstream release (4.4RC1)
* Bumped library and policy versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* vim: set expandtab ts=8 sw=4: */
2
2
 
3
 
/*  $Id: separator.c 21756 2006-05-21 12:59:15Z jasper $
 
3
/*  $Id: separator.c 22739 2006-08-13 09:10:57Z jasper $
4
4
 *
5
5
 *  Copyright © 2005 Jasper Huijsmans <jasper@xfce.org>
6
6
 *
252
252
 
253
253
    xfce_panel_plugin_block_menu (plugin);
254
254
    
255
 
    dlg = xfce_titled_dialog_new_with_buttons (_("Separator or Spacing"),
256
 
                GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
 
255
    dlg = xfce_titled_dialog_new_with_buttons (_("Separator or Spacing"), NULL,
257
256
                GTK_DIALOG_DESTROY_WITH_PARENT | GTK_DIALOG_NO_SEPARATOR,
258
257
                GTK_STOCK_CLOSE, GTK_RESPONSE_OK,
259
258
                NULL);