summaryrefslogtreecommitdiff
path: root/src/run-metacity.sh
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-09-12 20:46:03 +0000
committerHavoc Pennington <hp@src.gnome.org>2002-09-12 20:46:03 +0000
commitcfa98e02fcaae0ce49fc94fcbc0bc947ea2ea730 (patch)
tree901b7b3fea3eaeecaf076d2bcff702e0f14741af /src/run-metacity.sh
parentefa3a05a353c98422e0fa9cf6486d5930442e663 (diff)
downloadmetacity-cfa98e02fcaae0ce49fc94fcbc0bc947ea2ea730.tar.gz
fix compiler warnings
2002-09-12 Havoc Pennington <hp@redhat.com> * src/workspace.c (meta_workspace_screen_index) (meta_workspace_index): fix compiler warnings * src/tools/metacity-window-demo.c (menu_items): add a test for dialogs with no transient parent * src/place.c (find_first_fit): Try placing window at origin of first Xinerama, even if there are no windows to place next to; makes placement work when no other windows are open on the screen.
Diffstat (limited to 'src/run-metacity.sh')
-rwxr-xr-xsrc/run-metacity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run-metacity.sh b/src/run-metacity.sh
index 8e99b82d..df851c49 100755
--- a/src/run-metacity.sh
+++ b/src/run-metacity.sh
@@ -79,5 +79,5 @@ if test -z "$ONLY_WM"; then
fi
if test -z "$ONLY_SETUP"; then
- METACITY_VERBOSE=1 METACITY_DEBUG=1 METACITY_USE_LOGFILE=1 METACITY_DEBUG_BUTTON_GRABS=1 METACITY_DISPLAY=$CLIENT_DISPLAY exec libtool --mode=execute $DEBUG ./metacity $OPTIONS
+ METACITY_VERBOSE=1 METACITY_DEBUG=1 METACITY_USE_LOGFILE=1 METACITY_DEBUG_BUTTON_GRABS=1 METACITY_DISPLAY=$CLIENT_DISPLAY exec $DEBUG ./metacity $OPTIONS
fi