~ubuntu-branches/ubuntu/wily/xfce4-panel/wily

« back to all changes in this revision

Viewing changes to libxfce4panel/xfce-panel-macros-46.h

  • Committer: Package Import Robot
  • Author(s): Unit 193, Unit 193, Lionel Le Folgoc
  • Date: 2014-02-12 15:41:39 UTC
  • mfrom: (1.1.36)
  • Revision ID: package-import@ubuntu.com-20140212154139-j4cm4hlso68qadjw
Tags: 4.11.0~0.git20140209.86a1b73-0ubuntu1
[ Unit 193 ]
* New git snapshot. (LP: #1238997)
* debian/patches:
  - 02_potfiles-fix-ftbfs.patch: added, add missing files to po/POTFILES.in.
* debian/control: add b-dep on newer garcon.

[ Lionel Le Folgoc ]
* debian/patches:
  - xubuntu_add-calendar-popup-to-clock-plugin.patch: dropped, included.
  - series: refreshed.
* debian/xfce4-panel.install: include both (gtk2 and gtk3) wrappers.
* debian/rules: pass --enable-gtk3 --disable-silent-rules to configure script.
* debian/control: add b-dep on libgtk-3-dev.
* debian/xfce4-panel.shlibs: updated for the gtk3 library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
393
393
    \
394
394
    g_return_if_fail (GTK_IS_PLUG (plug)); \
395
395
    g_return_if_fail (XFCE_IS_PANEL_PLUGIN (xpp)); \
396
 
    g_return_if_fail (GTK_WIDGET_REALIZED (plug)); \
 
396
    g_return_if_fail (gtk_widget_get_realized (plug)); \
397
397
    g_return_if_fail (_xpp_atom != GDK_NONE); \
398
 
    g_return_if_fail (GTK_WIDGET_REALIZED (xpp)); \
 
398
    g_return_if_fail (gtk_widget_get_realized (xpp)); \
399
399
    \
400
400
    if (_xpp_debug) \
401
401
      g_printerr ("xfce4-panel(%s): send provider signal %d\n", \
428
428
    \
429
429
    g_return_if_fail (XFCE_IS_PANEL_PLUGIN (xpp)); \
430
430
    g_return_if_fail (GTK_IS_PLUG (plug)); \
431
 
    g_return_if_fail (GTK_WIDGET_REALIZED (plug)); \
 
431
    g_return_if_fail (gtk_widget_get_realized (plug)); \
432
432
    \
433
433
    if (_xpp_debug) \
434
434
      g_printerr ("xfce4-panel(%s): calling plugin construct function\n", \