Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benjamin "Ziirish" SANS
Conky-Images-Display
Commits
8a901006
Commit
8a901006
authored
Feb 11, 2011
by
Ziirish
Browse files
removing useless debug + fixing bugs with autotools on ubuntu/debian 6
parent
396cc003
Changes
2
Hide whitespace changes
Inline
Side-by-side
po/Makefile.in.in
View file @
8a901006
...
...
@@ -211,7 +211,8 @@ Makefile POTFILES: stamp-it
stamp-it
:
Makefile.in.in $(top_builddir)/config.status POTFILES.in
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
$(subdir)
/Makefile.in
CONFIG_HEADERS
=
CONFIG_LINKS
=
\
$(SHELL)
./config.status
$(SHELL)
./config.status
\
&&
touch
$(subdir)
/stamp-it
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
...
...
src/cid-animation.c
View file @
8a901006
...
...
@@ -99,7 +99,7 @@ cid_focus (GtkWidget *pWidget, GdkEventExpose *event, gpointer *userdata)
gboolean
bFocusIn
=
GPOINTER_TO_INT
(
&
userdata
[
0
]);
cid_info
(
"CID is currently focused %s."
,
bFocusIn
?
"in"
:
"out"
);
//
cid_info ("CID is currently focused %s.", bFocusIn ? "in" : "out");
if
(
cid
->
config
->
bShowAbove
)
gtk_window_set_keep_below
(
GTK_WINDOW
(
cid
->
pWindow
),
!
bFocusIn
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment