Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
cbadf177
Kaydet (Commit)
cbadf177
authored
Eki 12, 2011
tarafından
Joshua Hoff
Kaydeden (comit)
Colomban Wendling
Eki 12, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
simplify "append toolbar to menu" packing code
üst
f9265535
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
toolbar.c
src/toolbar.c
+1
-2
No files found.
src/toolbar.c
Dosyayı görüntüle @
cbadf177
...
...
@@ -480,8 +480,7 @@ void toolbar_update_ui(void)
/* we need to adjust the packing flags for the menubar to expand it if it is alone in the
* hbox and not expand it if the toolbar is appended */
gtk_box_set_child_packing
(
GTK_BOX
(
hbox_menubar
),
menubar
,
!
(
toolbar_prefs
.
visible
&&
toolbar_prefs
.
append_to_menu
),
!
(
toolbar_prefs
.
visible
&&
toolbar_prefs
.
append_to_menu
),
0
,
GTK_PACK_START
);
!
(
toolbar_prefs
.
visible
&&
toolbar_prefs
.
append_to_menu
),
TRUE
,
0
,
GTK_PACK_START
);
}
...
...
Write
Preview
Markdown
is supported
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